Skip to content

Commit

Permalink
EC2: restrict to starting only one instance at a time
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias J. Kannwischer <[email protected]>
  • Loading branch information
mkannwischer committed Nov 21, 2024
1 parent ea73f6b commit de4c695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
id-token: 'write'
strategy:
fail-fast: false
max-parallel: 1
matrix:
opt:
- name: opt
Expand Down

0 comments on commit de4c695

Please sign in to comment.