Skip to content

Commit 657abc9

Browse files
authored
Merge pull request #89 from pytest-dev/gha-daily-build
Add a daily build to GitHub Actions
2 parents f1e8ede + 385e0dc commit 657abc9

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
@@ -9,6 +9,9 @@ on:
99
pull_request:
1010
branches:
1111
- "*"
12+
schedule:
13+
# Daily at 05:47
14+
- cron: '47 5 * * *'
1215

1316
jobs:
1417
test:

0 commit comments

Comments
 (0)