CI: Re-enable CodeQL workflows on push

This workflow was disabled 'on push' recently in commit 1916c2c5
to reduce redundant CI runs.  However, this check is fairly quick
and we want it run regularly against the branches.  Enable it.

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #18627
This commit is contained in:
Brian Behlendorf
2026-06-04 16:55:48 -07:00
committed by GitHub
parent 2076569ce8
commit a851ba8eb9
-1
View File
@@ -11,7 +11,6 @@ concurrency:
jobs:
analyze:
name: Analyze
if: github.event_name == 'pull_request' || github.repository != 'openzfs/zfs'
runs-on: ubuntu-22.04
permissions:
actions: read