From 723630dc89b673874ce9203328df504f70462a6a Mon Sep 17 00:00:00 2001 From: Reuben Miller Date: Thu, 23 Nov 2023 14:00:31 +0100 Subject: [PATCH] ci: don't trigger test on main as merge group is used Running the tests after the merge queue/group doesn't make sense and is just a waste of resources. --- .github/workflows/test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9a8e606..f1a44dc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,8 +9,6 @@ on: # Reference: https://dev.to/petrsvihlik/using-environment-protection-rules-to-secure-secrets-when-building-external-forks-with-pullrequesttarget-hci pull_request_target: branches: [ main ] - push: - branches: [ main ] merge_group: jobs: test: