Skip to content

Commit

Permalink
Correct the repository check in the snapshots workflow
Browse files Browse the repository at this point in the history
See gh-924
  • Loading branch information
wilkinsona committed Mar 28, 2024
1 parent 5c53e8c commit 6937a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6937a90

Please sign in to comment.