We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc65875 + 9879586 commit bb983c8Copy full SHA for bb983c8
1 file changed
.github/workflows/unit_tests.yml
@@ -6,7 +6,7 @@ on:
6
- main
7
pull_request:
8
schedule:
9
- - cron: '0 0 * * 7' # Runs at midnight on Sunday
+ - cron: '59 23 * * SUN' # Runs at midnight on Sunday
10
11
jobs:
12
@@ -131,4 +131,4 @@ jobs:
131
SNOW_INSTANCE_URL: ${{ secrets.SNOW_INSTANCE_URL }}
132
SNOW_INSTANCE_UNAME: ${{ secrets.SNOW_INSTANCE_UNAME }}
133
SNOW_INSTANCE_PWD: ${{ secrets.SNOW_INSTANCE_PWD }}
134
- run: pytest -n 5 --durations=10 -m 'pricy' --slowmo 1800 -v tests
+ run: pytest -n 5 --durations=10 -m 'pricy' --slowmo 1800 -v tests
0 commit comments