Skip to content

Commit 5a35f5c

Browse files
committed
one concurrency lock per branch
1 parent c1486de commit 5a35f5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/watch-df-steam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.repository == 'DFHack/dfhack'
1111
name: Check DF ${{ matrix.df_steam_branch }} branch
1212
runs-on: ubuntu-latest
13-
concurrency: steampoll
13+
concurrency: steampoll-${{ matrix.df_steam_branch }}
1414
strategy:
1515
fail-fast: false
1616
matrix:

0 commit comments

Comments
 (0)