We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebd535 commit 84d8e2dCopy full SHA for 84d8e2d
1 file changed
.github/workflows/auto-build-pkg.yml
@@ -3,14 +3,15 @@ on:
3
schedule:
4
# ┌───────────── minute (0 - 59)
5
# │ ┌───────────── 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 * *"
+ # │ │ ┌───────────── day of the month (1 - 31)
+ # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
+ # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
+ # │ │ │ │ │
+ # * * * * *
+ - cron: "0 0 7 */2 *"
14
+ timezone: "Asia/Jakarta"
15
workflow_dispatch:
16
17
permissions:
0 commit comments