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 8e75498 commit 9db4a4bCopy full SHA for 9db4a4b
.github/workflows/lib.yml
@@ -125,7 +125,7 @@ jobs:
125
#Upload PR number as artifact
126
upload-pr-number:
127
name: Upload PR number
128
- if: github.event_name == 'pull_request'
+ if: (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'lib_test'))
129
runs-on: ubuntu-latest
130
steps:
131
- name: Save the PR number in an artifact
0 commit comments