aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/yjit_asm_tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/yjit_asm_tests.yml')
-rw-r--r--.github/workflows/yjit_asm_tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/yjit_asm_tests.yml b/.github/workflows/yjit_asm_tests.yml
index e79948217f..8a9052dd41 100644
--- a/.github/workflows/yjit_asm_tests.yml
+++ b/.github/workflows/yjit_asm_tests.yml
@@ -19,7 +19,7 @@ concurrency:
jobs:
test:
runs-on: ubuntu-latest
- 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:
- name: Install dependencies
run: |