Skip to content

Commit 523762c

Browse files
authored
Disable the nightly build cron job
Signed-off-by: Kent Huang <[email protected]>
1 parent ddef0bf commit 523762c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Nightly Build
22
on:
3-
schedule:
4-
- cron: '0 18 * * 0,1,2,3,4' # run at 2 AM (UTC + 8) every working day
3+
# schedule:
4+
# - cron: '0 18 * * 0,1,2,3,4' # run at 2 AM (UTC + 8) every working day
55
workflow_dispatch:
66
branches:
77
- main

0 commit comments

Comments
 (0)