From 6937a90d1b85429f5655287ee7e8c1358309c0b3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 28 Mar 2024 14:43:52 +0000 Subject: [PATCH] Correct the repository check in the snapshots workflow See gh-924 --- .github/workflows/build-and-deploy-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: