We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf973bf commit daf2c01Copy full SHA for daf2c01
2 files changed
.github/workflows/run-system-tests.yaml
@@ -1,6 +1,7 @@
1
name: Run system tests
2
3
on:
4
+ merge_group:
5
pull_request:
6
workflow_dispatch:
7
schedule:
.gitlab-ci.yml
@@ -597,6 +597,8 @@ muzzle-dep-report:
597
when: on_success
598
- if: '$CI_COMMIT_BRANCH =~ /^mq-working-branch-/'
599
600
+ - if: '$CI_COMMIT_BRANCH =~ /^gh-readonly-queue/'
601
+ when: on_success
602
script:
603
- *gitlab_base_ref_params
604
- >
0 commit comments