We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecdcbc commit c1486deCopy full SHA for c1486de
2 files changed
.github/workflows/steam-deploy.yml
@@ -62,7 +62,7 @@ jobs:
62
- depot-win64
63
- depot-linux64
64
runs-on: ubuntu-latest
65
- concurrency: steam
+ concurrency: steamdeploy
66
steps:
67
- name: Download depot files
68
uses: actions/download-artifact@v4
.github/workflows/watch-df-steam.yml
@@ -10,6 +10,7 @@ jobs:
10
if: github.repository == 'DFHack/dfhack'
11
name: Check DF ${{ matrix.df_steam_branch }} branch
12
13
+ concurrency: steampoll
14
strategy:
15
fail-fast: false
16
matrix:
0 commit comments