mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Update parsey.yml as others
This commit is contained in:
parent
511925f99b
commit
276bb58457
8
.github/workflows/parsey.yml
vendored
8
.github/workflows/parsey.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user