Skip to content

Commit 05d584b

Browse files
committed
remove branch safeguard
1 parent 06f6711 commit 05d584b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ def allocate_runners_for_jobs(workflow_data, token):
142142
for i in range(number_of_queued_workflows):
143143
workflow_id = workflow_data["workflow_runs"][i]["id"]
144144
branch = workflow_data["workflow_runs"][i]["head_branch"]
145-
if branch != "alexboden/test-slurm-gha-runner" and branch != "alexboden/test-ci-apptainer":
146-
continue
145+
logger.info(f"Checking branch {branch}")
147146
try:
148147
job_data = get_all_jobs(workflow_id, token)
149148
if not job_data:

0 commit comments

Comments
 (0)