Browse Source

Remove running codeql on a schedule

PRs and pushes only.
pull/1531/head
Gabe Kangas 4 years ago committed by GitHub
parent
commit
06f3644b11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/codeql-analysis.yml

2
.github/workflows/codeql-analysis.yml

@ -21,8 +21,6 @@ on: @@ -21,8 +21,6 @@ on:
branches: [ develop ]
paths-ignore:
- 'static/**'
schedule:
- cron: '36 7 * * 4'
jobs:
analyze:

Loading…
Cancel
Save