Skip to content

Commit 40167ad

Browse files
committed
remove more cron jobs
1 parent afcf16d commit 40167ad

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/lib.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
types: [opened, reopened, synchronize, labeled]
77

88
# Schedule weekly builds on every Sunday at 4 am
9-
schedule:
10-
- cron: "0 4 * * SUN"
9+
# schedule:
10+
# - cron: "0 4 * * SUN"
1111

1212
concurrency:
1313
group: libs-${{ github.event.pull_request.number || github.ref }}

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ on:
1515
- "info"
1616
- "debug"
1717
- "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"
2121
push:
2222
branches:
2323
- master
@@ -255,7 +255,7 @@ jobs:
255255
"esp32c3",
256256
"esp32c6",
257257
"esp32h2",
258-
"esp32p4"
258+
"esp32p4",
259259
]
260260
container: espressif/idf:${{ matrix.idf_ver }}
261261
steps:

0 commit comments

Comments
 (0)