Skip to content

Commit

Permalink
Force a failure to test fallback.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Jun 6, 2024
1 parent a862161 commit 81be5f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start/start-action-runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,5 @@ def bring_runners_online(connection, N):
done, active_runners = bring_runners_online(connection, args.N)

# Calling applications can redirect stdout to determine the number of active runners.
print(active_runners)
# print(active_runners)
print(0)

0 comments on commit 81be5f5

Please sign in to comment.