Skip to content

Commit

Permalink
Added schedule to Build All workflow at a random time each month to e…
Browse files Browse the repository at this point in the history
…nsure artifacts are always available
  • Loading branch information
cieldeville committed Dec 12, 2023
1 parent 87262c0 commit 408beee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
schedule:
- cron: '37 4 13 * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 408beee

Please sign in to comment.