File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
types : [opened, reopened, synchronize, labeled]
7
7
8
8
# Schedule weekly builds on every Sunday at 4 am
9
- schedule :
10
- - cron : " 0 4 * * SUN"
9
+ # schedule:
10
+ # - cron: "0 4 * * SUN"
11
11
12
12
concurrency :
13
13
group : libs-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 15
15
- " info"
16
16
- " debug"
17
17
- " verbose"
18
- schedule :
19
- # Every Sunday at 2:00 UTC run a build with verbose log level
20
- - cron : " 0 2 * * SUN"
18
+ # schedule:
19
+ # # Every Sunday at 2:00 UTC run a build with verbose log level
20
+ # - cron: "0 2 * * SUN"
21
21
push :
22
22
branches :
23
23
- master
@@ -255,7 +255,7 @@ jobs:
255
255
" esp32c3" ,
256
256
" esp32c6" ,
257
257
" esp32h2" ,
258
- " esp32p4"
258
+ " esp32p4" ,
259
259
]
260
260
container : espressif/idf:${{ matrix.idf_ver }}
261
261
steps :
You can’t perform that action at this time.
0 commit comments