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 e9e2617 commit e994b4dCopy full SHA for e994b4d
1 file changed
.gitlab-ci.yml
@@ -4,7 +4,12 @@ stages:
4
- benchmarks-report
5
6
workflow:
7
+ auto_cancel:
8
+ on_new_commit: interruptible
9
rules:
10
+ - if: $CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+\.[0-9]+$/
11
+ variables:
12
+ DANGEROUSLY_SKIP_SHARED_PIPELINE_TESTS: "true"
13
- when: always
14
15
validate_supported_configurations_local_file:
0 commit comments