We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2964589 commit 652b465Copy full SHA for 652b465
1 file changed
.gitlab/benchmarks.yml
@@ -8,6 +8,9 @@
8
rules:
9
- if: '$POPULATE_CACHE'
10
when: never
11
+ - if: '$CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+\.[0-9]+$/'
12
+ when: manual
13
+ allow_failure: true
14
- when: on_success
15
script:
16
- export ARTIFACTS_DIR="$(pwd)/reports" && mkdir -p "${ARTIFACTS_DIR}"
0 commit comments