Skip to content

Commit

Permalink
Add scheduled CI build
Browse files Browse the repository at this point in the history
Run the build every Monday through Friday.
  • Loading branch information
tombruijn committed Jan 11, 2024
1 parent 4301d3a commit b0b8abe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Python package
on: [push]
on:
push: {}
schedule:
- cron: "0 0 * * 1-5"
jobs:
test:
name: "Test Python ${{ matrix.python-version }}"
Expand Down

0 comments on commit b0b8abe

Please sign in to comment.