Skip to content

Commit 80f3b7a

Browse files
authored
Regularly run CI (#8)
This PR changes the CI action to run every day at midnight UTC. This is done to regularly check if there are any flakes in the test suite.
1 parent 9f2e770 commit 80f3b7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
branches:
99
- '*'
1010

11+
schedule:
12+
- cron: '0 0 * * *'
13+
1114
jobs:
1215
test:
1316
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)