We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b65a2 commit 367b3fdCopy full SHA for 367b3fd
.github/workflows/ci-gitops-test.yaml
@@ -27,7 +27,7 @@ jobs:
27
test:
28
runs-on: ubuntu-latest
29
# Ignore Require Workflow runs
30
- if: github.repository != 'devantler-tech/reusable-workflows' && inputs.SKIP != true
+ if: github.repository != 'devantler-tech/reusable-workflows' && inputs.SKIP != true && github.event_name != 'merge_group'
31
steps:
32
- name: 📑 Checkout
33
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments