diff options
| -rw-r--r-- | .github/workflows/parsey.yml | 8 |
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 |
