Skip to content

Commit a504561

Browse files
authored
Merge pull request #1 from mi-hol/ActionsInFork
Update Tasmota_build_master.yml
2 parents 2831bbf + 78d90f1 commit a504561

1 file changed

Lines changed: 34 additions & 34 deletions

File tree

.github/workflows/Tasmota_build_master.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ concurrency:
1616
jobs:
1717
safeboot-images:
1818
runs-on: ubuntu-latest
19-
if: github.repository == 'arendst/Tasmota'
20-
continue-on-error: true
19+
if: github.repository == '**/Tasmota'
20+
continue-on-error: false
2121
strategy:
2222
matrix:
2323
variant:
2424
- tasmota32-safeboot
25-
- tasmota32solo1-safeboot
26-
- tasmota32c2-safeboot
25+
#- tasmota32solo1-safeboot
26+
#- tasmota32c2-safeboot
2727
- tasmota32c3-safeboot
28-
- tasmota32c3ser-safeboot
29-
- tasmota32s2-safeboot
30-
- tasmota32s2cdc-safeboot
31-
- tasmota32s3-safeboot
32-
- tasmota32s3ser-safeboot
28+
#- tasmota32c3ser-safeboot
29+
#- tasmota32s2-safeboot
30+
#- tasmota32s2cdc-safeboot
31+
#- tasmota32s3-safeboot
32+
#- tasmota32s3ser-safeboot
3333
- tasmota32c6-safeboot
34-
- tasmota32c6ser-safeboot
34+
#- tasmota32c6ser-safeboot
3535
steps:
3636
- uses: actions/checkout@v4
3737
with:
@@ -47,7 +47,7 @@ jobs:
4747
cp ./platformio_override_sample.ini ./platformio_override.ini
4848
- name: Add "release" to footer
4949
run: |
50-
sed -i -e "s/TASMOTA_SHA_SHORT/TASMOTA_SHA_SHORT release-/g" ./tasmota/include/tasmota_version.h
50+
#sed -i -e "s/TASMOTA_SHA_SHORT/TASMOTA_SHA_SHORT release-/g" ./tasmota/include/tasmota_version.h
5151
- name: Run PlatformIO
5252
run: platformio run -e ${{ matrix.variant }}
5353
- name: Upload safeboot firmware artifacts
@@ -66,13 +66,13 @@ jobs:
6666
- tasmota
6767
- tasmota-4M
6868
- tasmota-minimal
69-
- tasmota-display
70-
- tasmota-ir
71-
- tasmota-knx
72-
- tasmota-lite
73-
- tasmota-sensors
74-
- tasmota-zbbridge
75-
- tasmota-zigbee
69+
#- tasmota-display
70+
#- tasmota-ir
71+
#- tasmota-knx
72+
#- tasmota-lite
73+
#- tasmota-sensors
74+
#- tasmota-zbbridge
75+
#- tasmota-zigbee
7676
steps:
7777
- uses: actions/checkout@v4
7878
with:
@@ -88,7 +88,7 @@ jobs:
8888
cp ./platformio_override_sample.ini ./platformio_override.ini
8989
- name: Add "release" to footer
9090
run: |
91-
sed -i -e "s/TASMOTA_SHA_SHORT/TASMOTA_SHA_SHORT release-/g" ./tasmota/include/tasmota_version.h
91+
#sed -i -e "s/TASMOTA_SHA_SHORT/TASMOTA_SHA_SHORT release-/g" ./tasmota/include/tasmota_version.h
9292
- name: Run PlatformIO
9393
run: platformio run -e ${{ matrix.variant }}
9494
- name: Upload firmware artifacts
@@ -106,20 +106,20 @@ jobs:
106106
matrix:
107107
variant:
108108
- tasmota32
109-
- tasmota32-zbbrdgpro
110-
- tasmota32-webcam
111-
- tasmota32-bluetooth
112-
- tasmota32-nspanel
113-
- tasmota32-display
114-
- tasmota32-ir
115-
- tasmota32-lvgl
116-
- tasmota32c2
109+
#- tasmota32-zbbrdgpro
110+
#- tasmota32-webcam
111+
#- tasmota32-bluetooth
112+
#- tasmota32-nspanel
113+
#- tasmota32-display
114+
#- tasmota32-ir
115+
#- tasmota32-lvgl
116+
#- tasmota32c2
117117
- tasmota32c3
118118
- tasmota32c6
119-
- tasmota32s2
120-
- tasmota32s2cdc
121-
- tasmota32s3
122-
- tasmota32solo1
119+
#- tasmota32s2
120+
#- tasmota32s2cdc
121+
#- tasmota32s3
122+
#- tasmota32solo1
123123
steps:
124124
- uses: actions/checkout@v4
125125
with:
@@ -144,7 +144,7 @@ jobs:
144144
find ./temp -type f -exec cp -t ./firmware/firmware {} +
145145
- name: Add "release" to footer
146146
run: |
147-
sed -i -e "s/TASMOTA_SHA_SHORT/TASMOTA_SHA_SHORT release-/g" ./tasmota/include/tasmota_version.h
147+
#sed -i -e "s/TASMOTA_SHA_SHORT/TASMOTA_SHA_SHORT release-/g" ./tasmota/include/tasmota_version.h
148148
- name: Run PlatformIO
149149
run: platformio run -e ${{ matrix.variant }}
150150
- name: Upload firmware artifacts
@@ -186,7 +186,7 @@ jobs:
186186
find ./temp -type f -exec cp -t ./firmware/firmware {} +
187187
- name: Add "release" to footer
188188
run: |
189-
sed -i -e "s/TASMOTA_SHA_SHORT/TASMOTA_SHA_SHORT release-/g" ./tasmota/include/tasmota_version.h
189+
#sed -i -e "s/TASMOTA_SHA_SHORT/TASMOTA_SHA_SHORT release-/g" ./tasmota/include/tasmota_version.h
190190
- name: Run PlatformIO
191191
run: platformio run -e ${{ matrix.variant }}-${{ matrix.language }}
192192
- name: Upload language firmware artifacts
@@ -228,7 +228,7 @@ jobs:
228228
steps:
229229
- name: Dispatch workflow in arendst/Tasmota-firmware
230230
run: |
231-
curl -X POST https://api.github.com/repos/arendst/Tasmota-firmware/actions/workflows/fetch_deploy.yml/dispatches \
231+
curl -X POST https://api.github.com/repos/mi-hol/Tasmota-firmware/actions/workflows/fetch_deploy.yml/dispatches \
232232
-H 'Accept: application/vnd.github.everest-preview+json' \
233233
-u ${{ secrets.API_TOKEN_GITHUB }} \
234234
--data '{"ref": "gh_actions"}'

0 commit comments

Comments
 (0)