From be06dd0606faf3e60cb13fdda12169bdbc482af9 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 10 Jul 2024 12:40:44 +0800 Subject: [PATCH] Self-review --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d653b96..59d8650 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -84,6 +84,6 @@ jobs: release: needs: [acceptance-tests] - if: ${{ github.ref == 'refs/heads/master' }} + if: ${{ github.ref == 'refs/heads/master' && github.repository != 'QubitPi/hashicorp-packer-plugin-scaffolding' }} uses: ./.github/workflows/release.yml secrets: inherit