Skip to content

Commit c1486de

Browse files
committed
set concurrency identifiers for steam access
1 parent fecdcbc commit c1486de

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/steam-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- depot-win64
6363
- depot-linux64
6464
runs-on: ubuntu-latest
65-
concurrency: steam
65+
concurrency: steamdeploy
6666
steps:
6767
- name: Download depot files
6868
uses: actions/download-artifact@v4

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +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
1314
strategy:
1415
fail-fast: false
1516
matrix:

0 commit comments

Comments
 (0)