Skip to content

Commit

Permalink
ensure that autobuild runs after the prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Auto committed May 25, 2024
1 parent 77ff4ea commit 8cde57e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

jobs:
prettier:
build:
name: Automated prettier

runs-on: ubuntu-latest
Expand All @@ -17,7 +17,8 @@ jobs:
prettier_options: --write resources/Spelunky2.json
commit_message: "Automated prettier changes"

build:
notify:
needs: build
name: Autobuild

runs-on: windows-latest
Expand All @@ -33,7 +34,7 @@ jobs:
uses: actions/cache/restore@v3
with:
path: C:\Qt
key: ${{ runner.os }}-Qt563 # don't think QT version will change?
key: ${{ runner.os }}-Qt563

- name: Download Qt if Needed
if: steps.cache-qt.outputs.cache-hit != 'true'
Expand All @@ -48,7 +49,7 @@ jobs:
uses: actions/cache/save@v3
with:
path: C:\Qt
key: ${{ runner.os }}-Qt563 # don't think QT version will change?
key: ${{ runner.os }}-Qt563

- name: Build
run: |
Expand Down

0 comments on commit 8cde57e

Please sign in to comment.