Skip to content

Commit

Permalink
Build the project on a weekly schedule
Browse files Browse the repository at this point in the history
This should discover build issues on a weekly schedule.
  • Loading branch information
filmil authored Oct 27, 2023
1 parent 53df240 commit 7bf808d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]

schedule:
- cron: "43 17 * * 0"

jobs:
test:
runs-on: ubuntu-18.04
Expand Down

0 comments on commit 7bf808d

Please sign in to comment.