Skip to content

Commit

Permalink
Don't schedule a rebuild each day
Browse files Browse the repository at this point in the history
Since Minestom is now a submodule, it's kept to a specific commit, so rebuilding each day at 6pm would just be a waste of computing power.
  • Loading branch information
Protonull committed Apr 30, 2024
1 parent f0d3451 commit cf734f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches:
- "master"
workflow_dispatch: {}
schedule:
# https://crontab.guru/#0_18_*_*_*
- cron: '0 18 * * *' # Everyday at 6pm

jobs:
release:
Expand Down

0 comments on commit cf734f6

Please sign in to comment.