Turn off cron scheduled testing

This commit is contained in:
Michael 2022-12-06 10:28:16 -05:00 committed by GitHub
parent 9e96e4225a
commit 1bd64266bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,8 +24,8 @@ on:
- ".github/workflows/on-pr.yml"
- ".github/workflows/tests.yml"
- "**"
schedule:
- cron: '0 13 * * *' # Must be single quotes!!
#schedule:
# - cron: '0 13 * * *' # Must be single quotes!!
jobs:
trigger-tests: