Skip to content

Commit

Permalink
Configure scheduled weekly build (#340)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday authored Apr 30, 2024
1 parent 72827bc commit bce2603
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Scheduled build

on:
schedule:
- cron: "5 4 * * 0"
workflow_dispatch:

jobs:
main:
uses: ./.github/workflows/test.yml

0 comments on commit bce2603

Please sign in to comment.