We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8413c13 commit a09b6adCopy full SHA for a09b6ad
.github/workflows/codeql.yml
@@ -19,7 +19,7 @@ jobs:
19
analyze:
20
# only run this job if the repository is not a fork
21
# if want to run this job on a fork, please remove the if condition
22
- if: github.repository == 'bytecodealliance/wasm-micro-runtime'
+ # if: github.repository == 'bytecodealliance/wasm-micro-runtime'
23
name: Analyze
24
# Runner size impacts CodeQL analysis time. To learn more, please see:
25
# - https://gh.io/recommended-hardware-resources-for-running-codeql
0 commit comments