Skip to content

Commit e994b4d

Browse files
committed
fixup! add cancel and do not trigger for releases
1 parent e9e2617 commit e994b4d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ stages:
44
- benchmarks-report
55

66
workflow:
7+
auto_cancel:
8+
on_new_commit: interruptible
79
rules:
10+
- if: $CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+\.[0-9]+$/
11+
variables:
12+
DANGEROUSLY_SKIP_SHARED_PIPELINE_TESTS: "true"
813
- when: always
914

1015
validate_supported_configurations_local_file:

0 commit comments

Comments
 (0)