summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-09-20 19:39:27 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-09-20 21:09:16 +0900
commit276bb584570eef4565a11d0dbb246b2b4aed8390 (patch)
tree1d72e17e46f46548b59a7fafcd2b5850edf00e7d
parent511925f99b4fc87b5461c42f3fd4de05670bea6f (diff)
Update parsey.yml as others
-rw-r--r--.github/workflows/parsey.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/parsey.yml b/.github/workflows/parsey.yml
index 73e0f4847c..1280276c88 100644
--- a/.github/workflows/parsey.yml
+++ b/.github/workflows/parsey.yml
@@ -3,20 +3,18 @@ on:
push:
paths-ignore:
- 'doc/**'
+ - '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
- - '**.[1-8]'
- - '**.ronn'
- '.*.yml'
pull_request:
paths-ignore:
- 'doc/**'
+ - '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
- - '**.[1-8]'
- - '**.ronn'
- '.*.yml'
merge_group:
@@ -92,6 +90,8 @@ jobs:
srcdir: src
builddir: build
makeup: true
+ clean: true
+ dummy-files: ${{ matrix.test_task == 'check' }}
- name: Run configure
run: ../src/configure -C --disable-install-doc cppflags=-DRUBY_DEBUG