8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112c48f commit e7f1e89Copy full SHA for e7f1e89
.github/workflows/cron.yml
@@ -0,0 +1,10 @@
1
+name: Scheduled Tests
2
+
3
+on:
4
+ schedule:
5
+ - cron: '0 14 * * *' # Run daily at 14:00 UTC
6
7
+jobs:
8
+ tests:
9
+ if: github.repository_owner == 'pytest-dev'
10
+ uses: ./.github/workflows/tests.yml
.github/workflows/tests.yml
@@ -5,9 +5,6 @@ on:
branches:
- master
- schedule:
- - cron: '0 14 * * *' # Run daily at 14:00 UTC
-
11
pull_request:
12
13
concurrency:
0 commit comments