Skip to content

Commit

Permalink
ci: disable scheduled nightly builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Nov 23, 2023
1 parent 67190bb commit 319fa33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: 🚀 Release

on:
schedule:
#schedule:
# Run every night
- cron: "0 4 * * *"
#- cron: "0 4 * * *"
workflow_dispatch:
push:
tags:
Expand Down

0 comments on commit 319fa33

Please sign in to comment.