Skip to content

Commit

Permalink
chore: CodeQL job needs to run on merge queue (#86)
Browse files Browse the repository at this point in the history
Otherwise we cannot make it a required check.

And also let it run on workflow dispatch because why not.

---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license
  • Loading branch information
mrgrain authored Feb 20, 2025
1 parent e22f7eb commit bc5b016
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
name: "CodeQL"

on:
workflow_dispatch: {}
merge_group: {}
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [ "main" ]
schedule:
- cron: '21 23 * * 5'

Expand Down

0 comments on commit bc5b016

Please sign in to comment.