@@ -109,7 +109,7 @@ jobs:
109
109
bash ./tools/check-deploy-needed.sh
110
110
111
111
- name : Install dependencies
112
- if : env.libs_has_commit == '0' || env.ar_has_commit == '0'
112
+ # if: env.libs_has_commit == '0' || env.ar_has_commit == '0'
113
113
run : bash ./tools/prepare-ci.sh
114
114
115
115
- name : Build
@@ -119,7 +119,7 @@ jobs:
119
119
GIT_COMMITTER_EMAIL : ${{ secrets.PUSH_EMAIL }}
120
120
IDF_BRANCH : ${{ matrix.idf_branch }}
121
121
TARGETS : ${{ matrix.target }}
122
- if : env.libs_has_commit == '0' || env.ar_has_commit == '0'
122
+ # if: env.libs_has_commit == '0' || env.ar_has_commit == '0'
123
123
run : |
124
124
bash ./tools/cron.sh
125
125
@@ -131,7 +131,7 @@ jobs:
131
131
path : build
132
132
133
133
- name : Upload library files
134
- if : env.libs_has_commit == '0' || env.ar_has_commit == '0'
134
+ # if: env.libs_has_commit == '0' || env.ar_has_commit == '0'
135
135
uses : actions/upload-artifact@v4
136
136
with :
137
137
name : libs-${{ env.libs_version }}-${{ matrix.target }}
@@ -160,27 +160,27 @@ jobs:
160
160
bash ./tools/check-deploy-needed.sh
161
161
162
162
- name : Download artifacts
163
- if : env.libs_has_commit == '0' || env.ar_has_commit == '0'
163
+ # if: env.libs_has_commit == '0' || env.ar_has_commit == '0'
164
164
uses : actions/download-artifact@v4
165
165
with :
166
166
path : dist
167
167
pattern : libs-${{ env.libs_version }}-*
168
168
merge-multiple : true
169
169
170
170
- name : Combine artifacts
171
- if : env.libs_has_commit == '0' || env.ar_has_commit == '0'
171
+ # if: env.libs_has_commit == '0' || env.ar_has_commit == '0'
172
172
run : |
173
173
bash ./tools/cron-combine.sh
174
174
175
175
- name : Upload full esp32-arduino-libs archive
176
- if : env.libs_has_commit == '0' || env.ar_has_commit == '0'
176
+ # if: env.libs_has_commit == '0' || env.ar_has_commit == '0'
177
177
uses : actions/upload-artifact@v4
178
178
with :
179
179
name : esp32-arduino-libs
180
180
path : dist/esp32-arduino-libs.tar.gz
181
181
182
182
- name : Upload package_esp32_index.template.json
183
- if : env.libs_has_commit == '0' || env.ar_has_commit == '0'
183
+ # if: env.libs_has_commit == '0' || env.ar_has_commit == '0'
184
184
uses : actions/upload-artifact@v4
185
185
with :
186
186
name : package-esp32-index-json
0 commit comments