Skip to content

Commit

Permalink
fix workflow name; increase schedule frequency
Browse files Browse the repository at this point in the history
since they're always late
  • Loading branch information
myk002 committed Apr 18, 2024
1 parent 5ba88eb commit 82eabf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/watch-df-steam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Watch DF Steam Releases

on:
schedule:
- cron: '13/15 * * * *'
- cron: '8/10 * * * *'

jobs:
check-steam:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
last_timestamp=$(cat state/timestamp)
if [ "$timestamp" != "$last_timestamp" ]; then
echo "$timestamp" >state/timestamp
gh workflow run "Generate symbols" -R DFHack/dfhack -r ${{ matrix.dfhack_ref }} -f structures_ref=${{ matrix.structures_ref }} -f version=${{ matrix.version }} -f platform=all -f channel=steam -f df_steam_branch=${{ matrix.df_steam_branch }} -f steam_branch=${{ matrix.steam_branch }}
gh workflow run generate-symbols.yml -R DFHack/dfhack -r ${{ matrix.dfhack_ref }} -f structures_ref=${{ matrix.structures_ref }} -f version=${{ matrix.version }} -f platform=all -f channel=steam -f df_steam_branch=${{ matrix.df_steam_branch }} -f steam_branch=${{ matrix.steam_branch }}
echo TIMESTAMP_UPDATED=1 >> $GITHUB_ENV
fi
- name: Save state
Expand Down

0 comments on commit 82eabf4

Please sign in to comment.