Skip to content

Commit a32cf3e

Browse files
committed
test
1 parent 062b6fc commit a32cf3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
compression-level: 0
133133

134134
- name: Push changes
135-
if: github.repository == 'espressif/esp32-arduino-lib-builder'
135+
#if: github.repository == 'espressif/esp32-arduino-lib-builder'
136136
env:
137137
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
138138
GIT_AUTHOR_EMAIL: ${{ secrets.PUSH_EMAIL }}

tools/combine-artifacts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ done
1616
awk -i inplace '!seen[$0]++' $libs_folder/versions_full.txt
1717
mv -f $libs_folder/versions_full.txt $libs_folder/versions.txt
1818

19-
cd out/tools && zip -X -r ../../dist/esp32-arduino-libs.zip * && cd ../..
19+
cd out/tools && zip -X -q -r ../../dist/esp32-arduino-libs.zip * && cd ../..

0 commit comments

Comments
 (0)