Skip to content

Commit 8e1dfad

Browse files
authored
fix(ci): disable running on schedule
Can't publish backend on Heroky because Heroku has changed Terms of Service
1 parent f7f0b2d commit 8e1dfad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ name: Nix CI
9494
"on":
9595
pull_request: {}
9696
push: {}
97-
schedule:
98-
- cron: 0 0 * * *
97+
# schedule:
98+
# - cron: 0 0 * * *
9999
workflow_dispatch: {}

0 commit comments

Comments
 (0)