Skip to content

Commit 4046484

Browse files
committed
test
1 parent 311302b commit 4046484

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/cron.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
bash ./tools/check-deploy-needed.sh
110110
111111
- 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'
113113
run: bash ./tools/prepare-ci.sh
114114

115115
- name: Build
@@ -119,7 +119,7 @@ jobs:
119119
GIT_COMMITTER_EMAIL: ${{ secrets.PUSH_EMAIL }}
120120
IDF_BRANCH: ${{ matrix.idf_branch }}
121121
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'
123123
run: |
124124
bash ./tools/cron.sh
125125
@@ -131,7 +131,7 @@ jobs:
131131
path: build
132132

133133
- 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'
135135
uses: actions/upload-artifact@v4
136136
with:
137137
name: libs-${{ env.libs_version }}-${{ matrix.target }}
@@ -160,27 +160,27 @@ jobs:
160160
bash ./tools/check-deploy-needed.sh
161161
162162
- 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'
164164
uses: actions/download-artifact@v4
165165
with:
166166
path: dist
167167
pattern: libs-${{ env.libs_version }}-*
168168
merge-multiple: true
169169

170170
- 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'
172172
run: |
173173
bash ./tools/cron-combine.sh
174174
175175
- 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'
177177
uses: actions/upload-artifact@v4
178178
with:
179179
name: esp32-arduino-libs
180180
path: dist/esp32-arduino-libs.tar.gz
181181

182182
- 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'
184184
uses: actions/upload-artifact@v4
185185
with:
186186
name: package-esp32-index-json

0 commit comments

Comments
 (0)