Skip to content

Commit 333ce25

Browse files
authored
Merge pull request #424 from tcheeric/codex/update-codeql-analysis-workflow
ci: run CodeQL after CI workflow
2 parents be126fa + fe42be7 commit 333ce25

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ name: CodeQL
44
# "advanced configuration" errors when using this workflow.
55

66
on:
7-
push:
8-
branches: [main, develop]
9-
pull_request:
10-
branches: [main, develop]
7+
workflow_run:
8+
workflows: ["CI"]
9+
types: [completed]
1110

1211
jobs:
1312
analyze:
13+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1414
runs-on: ubuntu-latest
1515
permissions:
1616
actions: read

0 commit comments

Comments
 (0)