Skip to content

Commit

Permalink
[wasm] skip pull-requests labeled as Documentation [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jan 20, 2022
1 parent ef2cf92 commit 82b0a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 82b0a90

Please sign in to comment.