Correct the repository check in the snapshots workflow

See gh-924
This commit is contained in:
Andy Wilkinson
2024-03-28 14:43:52 +00:00
parent 5c53e8c71a
commit 6937a90d1b

View File

@@ -7,7 +7,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:
if: ${{ github.repository == 'spring-gradle-plugins/dependency-management-plugin' }}
if: ${{ github.repository == 'spring-projects/spring-restdocs' }}
name: Build and Deploy Snapshot
runs-on: ubuntu-latest
steps: