Turn off cron scheduled testing
This commit is contained in:
parent
9e96e4225a
commit
1bd64266bc
4
.github/workflows/on-pr.yml
vendored
4
.github/workflows/on-pr.yml
vendored
@ -24,8 +24,8 @@ on:
|
|||||||
- ".github/workflows/on-pr.yml"
|
- ".github/workflows/on-pr.yml"
|
||||||
- ".github/workflows/tests.yml"
|
- ".github/workflows/tests.yml"
|
||||||
- "**"
|
- "**"
|
||||||
schedule:
|
#schedule:
|
||||||
- cron: '0 13 * * *' # Must be single quotes!!
|
# - cron: '0 13 * * *' # Must be single quotes!!
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
trigger-tests:
|
trigger-tests:
|
||||||
|
Loading…
Reference in New Issue
Block a user