Browse Source

Update CodeQL cron job to run at midnight every Sunday

pull/41/head
Abheek Dhawan 3 years ago
committed by GitHub
parent
commit
2f6f807fa1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/codeql.yml

2
.github/workflows/codeql.yml

@ -6,7 +6,7 @@ on:
pull_request:
branches: [ master ]
schedule:
- cron: '43 14 * * 0'
- cron: '0 0 * * 0'
jobs:
analyze:

Loading…
Cancel
Save