Skip to content

Commit

Permalink
Run tests daily
Browse files Browse the repository at this point in the history
Sometimes tests fail without something was changed. To avoid confusion when making PRs trigger a daily test run.
  • Loading branch information
physikerwelt authored Jul 24, 2023
1 parent 8a6cfd9 commit a2607a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- 'main'
pull_request:
schedule:
- cron: '30 5 * * *'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a2607a2

Please sign in to comment.