[wasm] skip pull-requests labeled as Documentation [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-01-20 13:18:33 +09:00
parent ef2cf9245c
commit 82b0a9004c
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
BINARYEN_VERSION: 91
WASMTIME_VERSION: v0.33.0
runs-on: ubuntu-20.04
if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') }}
if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
steps:
- run: mkdir build
working-directory: