diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a08a365..d984cf2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: - id: "early-exit" name: "Early exit" - if: "${{ env.DEPOT_AUTOMATIC_BUILDS == 'false' }}" + if: "${{ env.DEPOT_AUTOMATIC_BUILDS == 'false' && github.event_name != 'workflow_dispatch' }}" run: | gh run cancel ${{ github.run_id}} gh run watch ${{ github.run_id}} diff --git a/scripts/centauri/build.sh b/scripts/picasso/build.sh similarity index 100% rename from scripts/centauri/build.sh rename to scripts/picasso/build.sh