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 d7b481c commit fcf9dd5Copy full SHA for fcf9dd5
.github/workflows/ci-testing.yml
@@ -8,6 +8,8 @@ on: # https://help.github.com/en/actions/reference/events-that-trigger-workflows
8
pull_request:
9
# The branches below must be a subset of the branches above
10
branches: [master, develop]
11
+ schedule:
12
+ - cron: '0 0 * * *' # Runs at 00:00 UTC every day
13
14
jobs:
15
cpu-tests:
0 commit comments