Switch some false-positive prone tests to WARN instead of FAIL

This commit is contained in:
Ryan Ahearn
2022-08-29 13:01:20 -04:00
parent 581caa4d14
commit 0213598bf8
2 changed files with 4 additions and 4 deletions

View File

@@ -3,8 +3,8 @@ name: Run daily scans
on:
schedule:
# cron format: 'minute hour dayofmonth month dayofweek'
# this will run at noon UTC every day (7am EST / 8am EDT)
- cron: '0 12 * * *'
# this will run at 10am UTC every day (5am EST / 6am EDT)
- cron: '0 10 * * *'
permissions:
contents: read