Skip to content

Commit

Permalink
Disable cron for prerelease as it currently will timeout every time (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpilz authored Dec 11, 2024
1 parent 00e266b commit 522f9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Prerelease

on:
# Run Every Wednesday at 01:00 AM UTC
schedule:
- cron: '0 2 * * 3'
# schedule:
# - cron: '0 2 * * 3'
workflow_dispatch:
inputs:
release-as-patch:
Expand Down

0 comments on commit 522f9fe

Please sign in to comment.