Skip to content

Commit 84d8e2d

Browse files
authored
chore(workflows): update schedule for auto bump action (#938)
1 parent 2ebd535 commit 84d8e2d

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/auto-build-pkg.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ on:
33
schedule:
44
# ┌───────────── minute (0 - 59)
55
# │ ┌───────────── hour (0 - 23)
6-
# │ │ ┌───────────── day of the month (1 - 31)
7-
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
8-
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
9-
# │ │ │ │ │
10-
# │ │ │ │ │
11-
# │ │ │ │ │
12-
# * * * * *
13-
- cron: "0 0 */7 * *"
6+
# │ │ ┌───────────── day of the month (1 - 31)
7+
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
8+
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
9+
# │ │ │ │ │
10+
# │ │ │ │ │
11+
# │ │ │ │ │
12+
# * * * * *
13+
- cron: "0 0 7 */2 *"
14+
timezone: "Asia/Jakarta"
1415
workflow_dispatch:
1516

1617
permissions:

0 commit comments

Comments
 (0)