Skip to content

Commit 8f27ba2

Browse files
authored
Temporarily remove scan-required check (bug?)
1 parent a225f50 commit 8f27ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-monorepo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
projects-json: monorepo-projects.json
7575

7676
scan:
77-
if: needs.changes.outputs.scan-required == true
77+
#if: needs.changes.outputs.scan-required == true
7878
runs-on: ubuntu-latest
7979
permissions:
8080
contents: read

0 commit comments

Comments
 (0)