Skip to content

Commit 513c9fe

Browse files
committed
[CI] Update dev-igc even if IGC CI failed
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent deb3c1c commit 513c9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/update_drivers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_latest_workflow_runs(repo, workflow_name):
1717
+ repo
1818
+ "/actions/workflows/"
1919
+ workflow_name
20-
+ ".yml/runs?status=success"
20+
+ ".yml/runs"
2121
).read()
2222
return json.loads(action_runs)["workflow_runs"][0]
2323

0 commit comments

Comments
 (0)