Skip to content

Commit 1ef139e

Browse files
authored
build: Stop running overhead metrics in develop (#9731)
1 parent e82be42 commit 1ef139e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -976,8 +976,7 @@ jobs:
976976
runs-on: ubuntu-20.04
977977
timeout-minutes: 30
978978
if: |
979-
contains(github.event.pull_request.labels.*.name, 'ci-overhead-measurements') ||
980-
needs.job_get_metadata.outputs.is_develop == 'true'
979+
contains(github.event.pull_request.labels.*.name, 'ci-overhead-measurements')
981980
steps:
982981
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
983982
uses: actions/checkout@v4

0 commit comments

Comments
 (0)