Skip to content

Commit

Permalink
GA: schedule the build action to run every month
Browse files Browse the repository at this point in the history
it has the issue that the action will get disabled after 60d inactivity,
but public comments probably count towards the activity, so it might still help with artifact retention
  • Loading branch information
exyi committed Sep 18, 2024
1 parent f1e1b0f commit 31a84b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
pull_request:
branches: [ "main" ]
workflow_dispatch:
schedule:
- cron: '46 5 7 * *' # At 05:46 on day-of-month 1 in every 3rd month from January through December

jobs:
build-rust:
Expand Down

0 comments on commit 31a84b7

Please sign in to comment.