Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jan 27, 2025
1 parent 62b869f commit a626f12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/generate-symbols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ jobs:
run: Xvfb :0 -screen 0 1600x1200x24 &

# Steam
- name: Preload steamcmd
if: inputs.channel == 'all' || inputs.channel == 'steam'
uses: actions/cache/restore@v4
with:
path: ${{ env.HOME }}/Steam
key: steamcmd
- name: Setup steamcmd
if: inputs.channel == 'all' || inputs.channel == 'steam'
id: steamcmd
Expand Down Expand Up @@ -232,12 +226,6 @@ jobs:
path: metasm

# Steam
- name: Preload steamcmd
if: inputs.channel == 'all' || inputs.channel == 'steam'
uses: actions/cache/restore@v4
with:
path: ${{ env.HOME }}/Steam
key: steamcmd
- name: Setup steamcmd
if: inputs.channel == 'all' || inputs.channel == 'steam'
id: steamcmd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/watch-df-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
check-steam:
if: github.repository == 'DFHack/dfhack'
name: Check Steam for new DF releases (${{ matrix.df_steam_branch }} branch)
name: Check Steam (${{ matrix.df_steam_branch }}) for new DF releases
runs-on: ubuntu-latest
concurrency: watch-release-steam-${{ matrix.df_steam_branch }}
strategy:
Expand Down

0 comments on commit a626f12

Please sign in to comment.