Compile pre-built on dev only
This commit is contained in:
1
.github/workflows/validate_esphome.yml
vendored
1
.github/workflows/validate_esphome.yml
vendored
@@ -195,6 +195,7 @@ jobs:
|
||||
name: Prebuilt Firmware
|
||||
runs-on: ubuntu-latest
|
||||
needs: build_core # Ensure this job runs after the core build job
|
||||
if: github.ref == 'refs/heads/dev' || github.base_ref == 'dev'
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
with:
|
||||
|
||||
1
.github/workflows/validate_esphome_beta.yml
vendored
1
.github/workflows/validate_esphome_beta.yml
vendored
@@ -184,6 +184,7 @@ jobs:
|
||||
name: Prebuilt Firmware
|
||||
runs-on: ubuntu-latest
|
||||
needs: build_core # Ensure this job runs after the core build job
|
||||
if: github.ref == 'refs/heads/dev' || github.base_ref == 'dev'
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user