@@ -115,7 +115,7 @@ jobs:
115
115
GIT_COMMITTER_EMAIL : ${{ secrets.PUSH_EMAIL }}
116
116
IDF_BRANCH : ${{ matrix.idf_branch }}
117
117
TARGETS : ${{ matrix.target }}
118
- if : env.libs_has_commit == '0' || env.ar_has_commit == '0'
118
+ # if: env.libs_has_commit == '0' || env.ar_has_commit == '0'
119
119
run : |
120
120
bash ./tools/cron.sh
121
121
@@ -127,7 +127,7 @@ jobs:
127
127
path : build
128
128
129
129
- name : Upload library files
130
- if : env.libs_has_commit == '0' || env.ar_has_commit == '0'
130
+ # if: env.libs_has_commit == '0' || env.ar_has_commit == '0'
131
131
uses : actions/upload-artifact@v4
132
132
with :
133
133
name : libs-${{ matrix.idf_branch }}-${{ matrix.target }}
@@ -156,15 +156,15 @@ jobs:
156
156
bash ./tools/check-deploy-needed.sh
157
157
158
158
- name : Download artifacts
159
- if : env.libs_has_commit == '0' || env.ar_has_commit == '0'
159
+ # if: env.libs_has_commit == '0' || env.ar_has_commit == '0'
160
160
uses : actions/download-artifact@v4
161
161
with :
162
162
path : dist
163
163
pattern : libs-${{ matrix.idf_branch }}-*
164
164
merge-multiple : true
165
165
166
166
- name : Combine artifacts
167
- if : env.libs_has_commit == '0' || env.ar_has_commit == '0'
167
+ # if: env.libs_has_commit == '0' || env.ar_has_commit == '0'
168
168
shell : bash
169
169
run : |
170
170
set -e
@@ -183,14 +183,14 @@ jobs:
183
183
cp out/package_esp32_index.template.json dist/package_esp32_index.template.json
184
184
185
185
- name : Upload full esp32-arduino-libs archive
186
- if : env.libs_has_commit == '0' || env.ar_has_commit == '0'
186
+ # if: env.libs_has_commit == '0' || env.ar_has_commit == '0'
187
187
uses : actions/upload-artifact@v4
188
188
with :
189
189
name : esp32-arduino-libs
190
190
path : dist/esp32-arduino-libs.tar.gz
191
191
192
192
- name : Upload package_esp32_index.template.json
193
- if : env.libs_has_commit == '0' || env.ar_has_commit == '0'
193
+ # if: env.libs_has_commit == '0' || env.ar_has_commit == '0'
194
194
uses : actions/upload-artifact@v4
195
195
with :
196
196
name : package-esp32-index-json
0 commit comments