mirror of https://github.com/arendst/Tasmota.git
Fix wrong if placing
This commit is contained in:
parent
053f2b3b0b
commit
7f312ba589
|
@ -17,7 +17,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
be_solidify:
|
be_solidify:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.repository == 'arendst/Tasmota'
|
if: github.repository == 'arendst/Tasmota' && github.ref_name == 'development'
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -77,7 +77,7 @@ jobs:
|
||||||
safeboot-images:
|
safeboot-images:
|
||||||
needs: push_solidified
|
needs: push_solidified
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.repository == 'arendst/Tasmota' && github.ref_name == 'development'
|
if: github.repository == 'arendst/Tasmota'
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue