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 7505cac commit f677984Copy full SHA for f677984
scripts/gha/trigger_workflow.py
@@ -70,7 +70,7 @@ def main():
70
if "workflow_runs" in workflows:
71
for workflow in workflows['workflow_runs']:
72
# Use a heuristic to get the new workflow's run ID.
73
- # Must match the branch name and commit sha, and be queued/in progress.
+ # Must match the branch name and be queued/in progress.
74
if (workflow['status'] in ('queued', 'in_progress') and
75
workflow['head_branch'] == args.branch):
76
run_id = workflow['id']
0 commit comments