From 8cde57e3956584bf13c2ae08a0cc6a3b65db0d71 Mon Sep 17 00:00:00 2001 From: Mr-Auto <36127424+Mr-Auto@users.noreply.github.com> Date: Sat, 25 May 2024 13:00:39 +0200 Subject: [PATCH] ensure that autobuild runs after the prettier --- .github/workflows/autobuild.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 98970ec1..a6540c5a 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: jobs: - prettier: + build: name: Automated prettier runs-on: ubuntu-latest @@ -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 @@ -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' @@ -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: |