From 9d29e35fffdaa2f3bc50da227b23fb9bf71763c9 Mon Sep 17 00:00:00 2001 From: Sergii Dmytruk Date: Wed, 4 Oct 2023 14:53:09 +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 3f138df1f..73186b7ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,9 +6,6 @@ on: - 'intel-txt-aem*' tags: - '*' - pull_request_target: - branches: # this is to avoid running the workflow twice in a PR - - 'intel-txt-aem*' jobs: qubes-dom0-package: