We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1486de commit 5a35f5cCopy full SHA for 5a35f5c
1 file changed
.github/workflows/watch-df-steam.yml
@@ -10,7 +10,7 @@ jobs:
10
if: github.repository == 'DFHack/dfhack'
11
name: Check DF ${{ matrix.df_steam_branch }} branch
12
runs-on: ubuntu-latest
13
- concurrency: steampoll
+ concurrency: steampoll-${{ matrix.df_steam_branch }}
14
strategy:
15
fail-fast: false
16
matrix:
0 commit comments