Unverified Commit 9db4a4b7 authored by Jan Procházka's avatar Jan Procházka Committed by GitHub

Fix External libs test to not upload PR number if not labeled (#9534)

parent 8e754988
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment