From b7c6bbac55828846ffab65bae0c77646423b66b2 Mon Sep 17 00:00:00 2001 From: TL Date: Thu, 28 Mar 2024 13:35:53 +0800 Subject: [PATCH] disable CodeQL on fork repo --- .github/workflows/codeql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 50a7db45e..8656b326c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -21,6 +21,7 @@ on: jobs: analyze: + if: github.repository == 'bytecodealliance/wasm-micro-runtime' name: Analyze # Runner size impacts CodeQL analysis time. To learn more, please see: # - https://gh.io/recommended-hardware-resources-for-running-codeql