Skip to content

Commit 61dcdd2

Browse files
committed
test
1 parent 026fd8c commit 61dcdd2

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/config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [ -z $IDF_TARGET ]; then
2525
fi
2626

2727
# Owner of the target ESP32 Arduino repository
28-
AR_USER="espressif"
28+
AR_USER="lucasssvaz"
2929

3030
# The full name of the repository
3131
AR_REPO="$AR_USER/arduino-esp32"

0 commit comments

Comments
 (0)