We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82be42 commit 1ef139eCopy full SHA for 1ef139e
.github/workflows/build.yml
@@ -976,8 +976,7 @@ jobs:
976
runs-on: ubuntu-20.04
977
timeout-minutes: 30
978
if: |
979
- contains(github.event.pull_request.labels.*.name, 'ci-overhead-measurements') ||
980
- needs.job_get_metadata.outputs.is_develop == 'true'
+ contains(github.event.pull_request.labels.*.name, 'ci-overhead-measurements')
981
steps:
982
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
983
uses: actions/checkout@v4
0 commit comments