From e1fdcb71af615f4afc2d82df1873fe4cb4607e73 Mon Sep 17 00:00:00 2001 From: Jens Troeger Date: Tue, 4 Oct 2022 23:58:01 +1000 Subject: [PATCH] =?UTF-8?q?fix:=20don=E2=80=99t=20build=20anew=20if=20a=20?= =?UTF-8?q?PR=20was=20simply=20edited?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pull-request.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 618462b9..c9567507 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -56,6 +56,7 @@ jobs: build: needs: conventional-commits + if: ${{ github.event.action !== 'edited' }} uses: ./.github/workflows/build.yaml permissions: contents: read