Skip to content

Commit

Permalink
Merge branch 'develop' into testing
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Apr 22, 2024
2 parents 3449f24 + 1819b75 commit b494af6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/watch-df-steam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ jobs:
platform: [all]
channel: [steam]
include:
- dfhack_ref: develop
structures_ref: master
version: stable
channel: all
df_steam_branch: public
steam_branch: staging
- df_steam_branch: public
version: public
- dfhack_ref: adv-beta
structures_ref: adv-beta
version: 51.01-beta
Expand All @@ -38,6 +34,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: state
key: watchstate-${{ matrix.version }}
restore-keys: watchstate-${{ matrix.version }}
- name: Prep Steam auth
env:
Expand Down Expand Up @@ -81,7 +78,7 @@ jobs:
webhook-url: ${{ secrets.DISCORD_TEAM_PRIVATE_WEBHOOK_URL }}
content: "DF Steam branch updated: ${{ matrix.df_steam_branch }}"
- name: Launch symbol generation workflow
if: env.TIMESTAMP
if: env.TIMESTAMP && matrix.dfhack_ref
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit b494af6

Please sign in to comment.