Skip to content

Commit

Permalink
Check for 'state'.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed May 21, 2024
1 parent 4780956 commit f39817b
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: 'state' in result
register: result
retries: 4
copy:
Expand Down

0 comments on commit f39817b

Please sign in to comment.