Skip to content

Commit

Permalink
.gitlab/macrobenchmarks.yml: fix CI configuration, substitute `master…
Browse files Browse the repository at this point in the history
…` for `main` on execution policy (#2301)

Co-authored-by: Dmytro Yurchenko <[email protected]>
  • Loading branch information
igoragoli and ddyurchenko authored Oct 31, 2023
1 parent 7f31c76 commit b3f6536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/macrobenchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variables:
tags: ["runner:apm-k8s-same-cpu"]
timeout: 1h
rules:
- if: $CI_COMMIT_REF_NAME == "master"
- if: $CI_COMMIT_REF_NAME == "main"
when: always
- when: manual
# If you have a problem with Gitlab cache, see Troubleshooting section in Benchmarking Platform docs
Expand Down

0 comments on commit b3f6536

Please sign in to comment.