Skip to content

Commit c7f576b

Browse files
authored
Merge pull request 0xPolygon#708 from 0xPolygon/platform/remove-dev-schedule
Platform: Removing dev scheduling (for now at least)
2 parents 1d84070 + 8e5bb9d commit c7f576b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev_deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Docs Dev Deployment
22
on:
3-
schedule:
4-
- cron: '0 */12 * * *'
3+
#schedule:
4+
# - cron: '0 */12 * * *'
55
push:
66
branches: ['dev']
77
pull_request:

0 commit comments

Comments
 (0)