Skip to content

Commit

Permalink
fix(ci): always run CodeQL on every commit (#2689)
Browse files Browse the repository at this point in the history
Scorecard checks expect that every commit is checked, regardless of
content. The check is fairly quick to run so just go ahead and always
run it.

Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
  • Loading branch information
dnwe authored Oct 25, 2023
1 parent c5815ae commit d38f08c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ on:
push:
branches:
- main
paths-ignore:
- '**/*.md'
pull_request:
branches:
- "**"
paths-ignore:
- '**/*.md'
schedule:
- cron: "39 12 * * 1"

Expand Down

0 comments on commit d38f08c

Please sign in to comment.