Skip to content

Commit 37e0e48

Browse files
authored
Update main.yml
remove cron
1 parent 990fdff commit 37e0e48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Deploy Weekly at 8:08 GMT, Monday,
22
# or on push
33
name: Fly Deploy DCA Calculator
4-
on:
5-
push:
6-
schedule:
7-
- cron: '8 8 * * 1'
4+
# on:
5+
# push:
6+
# schedule:
7+
# - cron: '8 8 * * 1'
88
env:
99
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
1010
jobs:

0 commit comments

Comments
 (0)