We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d0818 commit d6c6015Copy full SHA for d6c6015
1 file changed
.github/workflows/powershell-pr-check.yml
@@ -2,6 +2,9 @@ name: PowerShell PR Check
2
3
on:
4
pull_request:
5
+ paths:
6
+ - "powershell/**"
7
+ - "shared/**"
8
branches:
9
- main
10
workflow_dispatch:
@@ -25,4 +28,4 @@ jobs:
25
28
channel: release
26
29
- name: Compile PowerShell Queries
27
30
run: |
- codeql query compile --check-only --keep-going powershell/ql/src
31
+ codeql test run --threads=0 powershell/ql/test
0 commit comments