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 95f26ef commit db5a90cCopy full SHA for db5a90c
.github/workflows/weekly-coverity-scan.yaml
@@ -11,8 +11,7 @@ name: Weekly Coverity Scan for Freespace Open
11
# In production, push on a specific schedule
12
on:
13
schedule:
14
- - cron: "51 17 * * *" # Run once per a week on Friday morning (4 AM EST), to avoid Coverity's submission limits
15
- workflow_dispatch:
+ - cron: "57 18 * * *" # Run once per a week on Friday morning (4 AM EST), to avoid Coverity's submission limits
16
17
env:
18
QT_VERSION: 5.12.12
0 commit comments