diff --git a/.github/workflows/watch-df-steam.yml b/.github/workflows/watch-df-steam.yml index 938c8695a0..4fa219155c 100644 --- a/.github/workflows/watch-df-steam.yml +++ b/.github/workflows/watch-df-steam.yml @@ -2,7 +2,7 @@ name: Watch DF Steam Releases on: schedule: - - cron: '13/15 * * * *' + - cron: '8/10 * * * *' jobs: check-steam: @@ -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