Skip to content

Commit

Permalink
feat(ci): run codeql only after tests passes
Browse files Browse the repository at this point in the history
  • Loading branch information
ripls56 committed Jul 29, 2024
1 parent b72bd2f commit af0d864
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_run:
workflows: [ "Test and coverage" ]
types:
- completed
schedule:
- cron: '39 11 * * 4'

Expand Down

0 comments on commit af0d864

Please sign in to comment.