Skip to content

Commit

Permalink
disable schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ggogel authored Jul 27, 2024
1 parent d6f1930 commit e181e77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Automatic Release

on:
schedule:
- cron: '0 0 * * *' # Scheduled to run every day at midnight
workflow_dispatch: {}

jobs:
Expand Down Expand Up @@ -96,4 +94,4 @@ jobs:
-t ${{ env.FOLDER_CHANGED }}-${{ env.CURRENT_VERSION }}_${{ env.NEXT_BUILD }} \
-F RELEASE_NOTES.md \
--draft=false \
--prerelease=false
--prerelease=false

0 comments on commit e181e77

Please sign in to comment.