Skip to content

Commit

Permalink
ci: temporarily disable release schedule
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
  • Loading branch information
davidspek committed Oct 4, 2023
1 parent 54627d7 commit a1cf353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: scheduled release

on:
schedule:
- cron: '0 0 1 * *' # run release monthly
# schedule: #TODO: enable schedule once we've gone through the release process and are confortable with it
# - cron: '0 0 1 * *' # run release monthly
workflow_dispatch: # allow a release to be triggered manually

permissions:
Expand Down

0 comments on commit a1cf353

Please sign in to comment.