We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f05e2 commit 1e19001Copy full SHA for 1e19001
1 file changed
.gitlab-ci.yml
@@ -809,7 +809,12 @@ aggregate_test_counts:
809
rules:
810
- if: '$POPULATE_CACHE'
811
when: never
812
- - when: always
+ - if: '$CI_COMMIT_BRANCH == "master"'
813
+ when: on_success
814
+ - if: '$CI_COMMIT_BRANCH =~ /^mq-working-branch-/'
815
816
+ - if: '$CI_COMMIT_BRANCH =~ /^gh-readonly-queue/'
817
818
script:
819
- *set_datadog_api_keys
820
- .gitlab/aggregate_test_counts.sh
0 commit comments