Skip to content
Snippets Groups Projects
Unverified Commit 3138343a authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Fix `codeql` conditional run check (#34212)

This workflow was always running, even though we had a files-check step all along.

[ci skip]
parent 400a820b
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ jobs:
filters: .github/file-paths.yaml
analyze:
needs: files-changed
if: needs.files-changed.outputs.codeql == 'true'
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment