Skip to content

Commit 40ed4e4

Browse files
authored
Disable scheduled job in dev workflow
Comment out the scheduled cron job in the dev workflow.
1 parent 7742b3c commit 40ed4e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Dev workflow
22

33
on:
4-
schedule:
5-
- cron: '40 7 * * 0' # At 07:40 on Sunday
4+
# schedule:
5+
# - cron: '40 7 * * 0' # At 07:40 on Sunday
66
pull_request:
77
branches: [main, deploy-test]
88

0 commit comments

Comments
 (0)