From 113984a7e3d2cb04c4d8ea2ae86850276494517e Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sun, 7 Apr 2024 22:55:49 +0200 Subject: [PATCH] Run prebuild right after code_scan --- .github/workflows/validate_esphome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index 7fdd981..2f68f12 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -194,7 +194,7 @@ jobs: build_prebuilt_firmware: name: Prebuilt Firmware runs-on: ubuntu-latest - needs: build_core # Ensure this job runs after the core build job + needs: code_scan if: github.ref == 'refs/heads/dev' || github.base_ref == 'dev' steps: - uses: actions/checkout@main