Skip to content

Commit daf2c01

Browse files
authored
Test all JVMs on GH MQ (#10623)
Test all JVMs on GH MQ Co-authored-by: sarah.chen <sarah.chen@datadoghq.com>
1 parent cf973bf commit daf2c01

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run-system-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Run system tests
22

33
on:
4+
merge_group:
45
pull_request:
56
workflow_dispatch:
67
schedule:

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,8 @@ muzzle-dep-report:
597597
when: on_success
598598
- if: '$CI_COMMIT_BRANCH =~ /^mq-working-branch-/'
599599
when: on_success
600+
- if: '$CI_COMMIT_BRANCH =~ /^gh-readonly-queue/'
601+
when: on_success
600602
script:
601603
- *gitlab_base_ref_params
602604
- >

0 commit comments

Comments
 (0)