From f703de3bbfbda2251f49abf8e50e5fb265a57e5a Mon Sep 17 00:00:00 2001 From: Sergii Dmytruk Date: Wed, 4 Oct 2023 14:52:02 +0300 Subject: [PATCH] .github/workflows/build.yml: drop pull_request_target This still runs CI twice in a PR. Signed-off-by: Sergii Dmytruk --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5df3cc92cf..cfb966b60d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,9 +6,6 @@ on: - 'aem*' tags: - '*' - pull_request_target: - branches: # this is to avoid running the workflow twice in a PR - - 'aem*' jobs: qubes-dom0-package: