Skip to content

Commit

Permalink
Fix External libs test to not upload PR number if not labeled (#9534)
Browse files Browse the repository at this point in the history
  • Loading branch information
P-R-O-C-H-Y authored Apr 19, 2024
1 parent 8e75498 commit 9db4a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
#Upload PR number as artifact
upload-pr-number:
name: Upload PR number
if: github.event_name == 'pull_request'
if: (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'lib_test'))
runs-on: ubuntu-latest
steps:
- name: Save the PR number in an artifact
Expand Down

0 comments on commit 9db4a4b

Please sign in to comment.