Skip to content

Commit

Permalink
set concurrency identifiers for steam access
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Sep 4, 2024
1 parent fecdcbc commit c1486de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/steam-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- depot-win64
- depot-linux64
runs-on: ubuntu-latest
concurrency: steam
concurrency: steamdeploy
steps:
- name: Download depot files
uses: actions/download-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/watch-df-steam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
if: github.repository == 'DFHack/dfhack'
name: Check DF ${{ matrix.df_steam_branch }} branch
runs-on: ubuntu-latest
concurrency: steampoll
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit c1486de

Please sign in to comment.