Skip to content

Commit

Permalink
disable cron on release
Browse files Browse the repository at this point in the history
  • Loading branch information
chenbishop committed Sep 9, 2024
1 parent 422b9b4 commit 735804f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: deploy
on:
schedule:
- cron: "0 0 * * *"
# schedule:
# - cron: "0 0 * * *"
workflow_dispatch:


Expand Down

0 comments on commit 735804f

Please sign in to comment.