Skip to content

Commit

Permalink
Try again.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed May 21, 2024
1 parent f39817b commit c652de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/operations.runner/tasks/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Retry because it will fail if a job is running.
- name: Copy GitHub Runner
until: 'state' in result
until: result is succeeded
register: result
retries: 4
copy:
Expand Down

0 comments on commit c652de2

Please sign in to comment.