Skip to content

Commit 74e1060

Browse files
committed
disabled scheduled deployment
1 parent d0caa74 commit 74e1060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10-
schedule:
11-
- cron: "15 15 * * *" # Run daily at 3:15 PM UTC (10:15 AM EST)
10+
# schedule:
11+
# - cron: "15 15 * * *" # Run daily at 3:15 PM UTC (10:15 AM EST)
1212

1313
jobs:
1414
deploy-and-test:

0 commit comments

Comments
 (0)