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 cdd65f1 commit b87a97aCopy full SHA for b87a97a
.github/workflows/check_code.yaml
@@ -9,6 +9,8 @@ on:
9
- opened
10
- reopened
11
- synchronize
12
+ schedule:
13
+ - cron: "0 3 * * *" # time zone is UTC
14
15
jobs:
16
fourc-webviewer-code-check:
.github/workflows/run_testsuite.yaml
run_pytest:
0 commit comments