From a0121a3415a7ebe2889b49099c69dedd6e217461 Mon Sep 17 00:00:00 2001 From: Thom van den Akker Date: Tue, 20 Aug 2024 11:13:44 +0200 Subject: [PATCH] Do not doubly run push and PR --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 10d8a8d5316..551e4e66b9d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,6 +19,7 @@ permissions: jobs: build: uses: Thodor12/operapublicacreator/.github/workflows/gradle.build.yaml@18f3f7d0191d1a567efcd04dbab91253407db79a + if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name with: java: 17 secrets: inherit