From f27959e49a95779035dc332e785f747a8baab0b1 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 7 Jan 2022 10:42:57 +0100 Subject: [PATCH] [ci skip] Don't run build twice --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc43669f2..01e51aa2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,7 @@ on: [pull_request, push] jobs: build: + if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }} runs-on: ubuntu-latest steps: - name: Checkout Repository