From 87e888d9df2c625834e838322869a7b4e13838f1 Mon Sep 17 00:00:00 2001 From: James Chen Date: Fri, 8 Sep 2023 18:36:51 +0800 Subject: [PATCH] Update webgpu yml, add condition control --- .github/workflows/native-compile-webgpu.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/native-compile-webgpu.yml b/.github/workflows/native-compile-webgpu.yml index 8ba473b42e3..91b16e6359f 100644 --- a/.github/workflows/native-compile-webgpu.yml +++ b/.github/workflows/native-compile-webgpu.yml @@ -18,6 +18,8 @@ concurrency: jobs: compile_wgpu: + if: + (! contains(github.event.pull_request.body, '[X] does not change any runtime related code or build configuration')) name: "Emscripten" runs-on: ubuntu-latest steps: