Skip to content

Commit

Permalink
Fix #264, CodeQL Dependent on Successful Build
Browse files Browse the repository at this point in the history
  • Loading branch information
arielswalker committed Jul 16, 2021
1 parent fb2968d commit a003af2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: "CodeQL Analysis"

# Only trigger, when the build workflow succeeded
on:
push:
pull_request:
branches:
- main
workflow_run:
workflows: ["Build, Test, and Run [OMIT_DEPRECATED=true]"]
types:
- completed

env:
SIMULATION: native
Expand Down

0 comments on commit a003af2

Please sign in to comment.