We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be126fa + fe42be7 commit 333ce25Copy full SHA for 333ce25
1 file changed
.github/workflows/codeql-analysis.yml
@@ -4,13 +4,13 @@ name: CodeQL
4
# "advanced configuration" errors when using this workflow.
5
6
on:
7
- push:
8
- branches: [main, develop]
9
- pull_request:
10
+ workflow_run:
+ workflows: ["CI"]
+ types: [completed]
11
12
jobs:
13
analyze:
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
14
runs-on: ubuntu-latest
15
permissions:
16
actions: read
0 commit comments