Skip to content

Commit

Permalink
Merge pull request #39 from Drifter321/psy/higher-ci-freq
Browse files Browse the repository at this point in the history
Change CI workflow run from every 3mo to every 1mo
  • Loading branch information
psychonic authored Sep 29, 2023
2 parents 4520ee1 + 9f557bf commit c839eb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- master
workflow_dispatch:
schedule:
- cron: '53 05 01 */3 *' # Artifacts expire every 3 months
# Artifacts expire every 90 days
- cron: '53 05 01 * *'
jobs:
build:
strategy:
Expand Down

0 comments on commit c839eb1

Please sign in to comment.