Skip to content

Commit 737e242

Browse files
authored
disable cron deploy
1 parent cf160d7 commit 737e242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: Deploy
44
push:
55
branches:
66
- main
7-
schedule:
7+
# schedule:
88
# run weekly on Sunday
9-
- cron: "20 10 * * 0"
9+
# - cron: "20 10 * * 0"
1010
# allow manual triggering of workflow
1111
workflow_dispatch:
1212

0 commit comments

Comments
 (0)