Skip to content

Commit

Permalink
[ci] Run codeql alerts after analyze matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 17, 2024
1 parent 2d78f23 commit 27dcdc5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ jobs:
category: "/language:${{matrix.language}}"
ref: ${{ env.CHECKOUT_REF }}
sha: ${{ env.CHECKOUT_SHA }}

alert:
name: Alert
runs-on: ubuntu-latest
if: github.repository == 'elastic/kibana' # Hack: Do not run on forks
steps:
- name: Checkout kibana-operations
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
Expand Down

0 comments on commit 27dcdc5

Please sign in to comment.