Skip to content

Commit 367b3fd

Browse files
committed
fix(ci): add condition to skip workflow execution for merge_group events
Signed-off-by: Nikolai Emil Damm <[email protected]>
1 parent a1b65a2 commit 367b3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-gitops-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
test:
2828
runs-on: ubuntu-latest
2929
# Ignore Require Workflow runs
30-
if: github.repository != 'devantler-tech/reusable-workflows' && inputs.SKIP != true
30+
if: github.repository != 'devantler-tech/reusable-workflows' && inputs.SKIP != true && github.event_name != 'merge_group'
3131
steps:
3232
- name: 📑 Checkout
3333
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)