Skip to content

Commit

Permalink
Better action concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Vass committed Apr 29, 2024
1 parent 81144f0 commit a119eb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

pulumi:
needs: [ pre ]
concurrency: deploy
concurrency: pulumi
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -56,6 +56,7 @@ jobs:

colmena:
needs: [ pulumi, pre ]
concurrency: colmena-${{ matrix.host }}
strategy:
matrix:
host: ${{ fromJson(needs.pre.outputs.nodes) }}
Expand Down

0 comments on commit a119eb5

Please sign in to comment.