Skip to content

Commit

Permalink
Do not prepare release on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
cockroacher authored Feb 2, 2025
1 parent 2f4a330 commit 0a63744
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/prep-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
paths:
- "**software-full.json"
- "Dockerfile"
schedule:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onschedule
# * is a special character in YAML so you have to quote this string
- cron: "30 6 1 * *"
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0a63744

Please sign in to comment.