Skip to content

Commit

Permalink
Skip benchmarks on release (#8363)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomanderson authored Feb 11, 2025
1 parent 2964589 commit 652b465
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
rules:
- if: '$POPULATE_CACHE'
when: never
- if: '$CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+\.[0-9]+$/'
when: manual
allow_failure: true
- when: on_success
script:
- export ARTIFACTS_DIR="$(pwd)/reports" && mkdir -p "${ARTIFACTS_DIR}"
Expand Down

0 comments on commit 652b465

Please sign in to comment.