We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f6711 commit 05d584bCopy full SHA for 05d584b
main.py
@@ -142,8 +142,7 @@ def allocate_runners_for_jobs(workflow_data, token):
142
for i in range(number_of_queued_workflows):
143
workflow_id = workflow_data["workflow_runs"][i]["id"]
144
branch = workflow_data["workflow_runs"][i]["head_branch"]
145
- if branch != "alexboden/test-slurm-gha-runner" and branch != "alexboden/test-ci-apptainer":
146
- continue
+ logger.info(f"Checking branch {branch}")
147
try:
148
job_data = get_all_jobs(workflow_id, token)
149
if not job_data:
0 commit comments