We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abe050 commit afe6892Copy full SHA for afe6892
1 file changed
.github/workflows/dev.yml
@@ -1,8 +1,8 @@
1
name: Dev workflow
2
3
on:
4
- schedule:
5
- - cron: '45 6 * * 0' # At 06:45 on Sunday
+ # schedule:
+ # - cron: '45 6 * * 0' # At 06:45 on Sunday
6
pull_request:
7
branches: [main, deploy-test]
8
0 commit comments