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 5152cab commit dd39df5Copy full SHA for dd39df5
3 files changed
.github/workflows/test-pytest-and-integration.yml
@@ -6,7 +6,7 @@ on:
6
push:
7
branches: ['*']
8
schedule:
9
- - cron: '0 0 * * 0' # Run every week monday at 00:00
+ - cron: '0 12 * * 0' # Run every week monday at 12:00
10
11
jobs:
12
build:
0 commit comments