diff --git a/.github/workflows/build-and-deploy-snapshot.yml b/.github/workflows/build-and-deploy-snapshot.yml index 9c4749f2..83088990 100644 --- a/.github/workflows/build-and-deploy-snapshot.yml +++ b/.github/workflows/build-and-deploy-snapshot.yml @@ -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: