mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update install_pr.sh
Only run named 'Hyperion PR Build' have artifacts
This commit is contained in:
parent
a5bb7e905b
commit
7909997398
@ -136,7 +136,7 @@ import json,sys
|
||||
data = json.load(sys.stdin)
|
||||
|
||||
for i in data['workflow_runs']:
|
||||
if i['head_sha'] == '"$head_sha"':
|
||||
if i['head_sha'] == '"$head_sha"' and i['name'] == 'Hyperion PR Build':
|
||||
print(i['id'])
|
||||
break
|
||||
""" 2>/dev/null)
|
||||
|
Loading…
Reference in New Issue
Block a user