1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Skip tests if only document files changed

This commit is contained in:
Nobuyoshi Nakada 2021-10-29 00:02:07 +09:00
parent d51ba1e1be
commit 0a9cbe8562
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
12 changed files with 139 additions and 12 deletions

View file

@ -1,6 +1,16 @@
name: BASERUBY Check
on: [push, pull_request]
on:
push:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
pull_request:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
jobs:
baseruby:

View file

@ -1,5 +1,16 @@
name: Check Dependencies
on: [push, pull_request]
on:
push:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
pull_request:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
jobs:
update-deps:
strategy:

View file

@ -1,6 +1,16 @@
name: Compilations
on: [push, pull_request]
on:
push:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
pull_request:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
# Github actions does not support YAML anchors. This creative use of
# environment variables (plus the "echo $GITHUB_ENV" hack) is to reroute that

View file

@ -1,5 +1,16 @@
name: macOS
on: [push, pull_request]
on:
push:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
pull_request:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
jobs:
make:
strategy:

View file

@ -1,5 +1,15 @@
name: MinGW
on: [push, pull_request]
on:
push:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
pull_request:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
# Notes:
# Actions console encoding causes issues, see test-all & test-spec steps

View file

@ -1,5 +1,16 @@
name: MJIT
on: [push, pull_request]
on:
push:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
pull_request:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
jobs:
make:
strategy:

View file

@ -1,6 +1,16 @@
name: Rubyspec Version Guards Check
on: [push, pull_request]
on:
push:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
pull_request:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
jobs:
rubyspec:

View file

@ -1,5 +1,16 @@
name: Ubuntu
on: [push, pull_request]
on:
push:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
pull_request:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
jobs:
make:
strategy:

View file

@ -1,5 +1,16 @@
name: Windows
on: [push, pull_request]
on:
push:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
pull_request:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
jobs:
make:
strategy:

View file

@ -1,5 +1,16 @@
name: YJIT macOS
on: [push, pull_request]
on:
push:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
pull_request:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
jobs:
make:
runs-on: macos-latest

View file

@ -1,5 +1,16 @@
name: YJIT Ubuntu
on: [push, pull_request]
on:
push:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
pull_request:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
jobs:
make:
strategy:

View file

@ -1,6 +1,16 @@
name: YJIT x86 assembler tests
on: [push, pull_request]
on:
push:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
pull_request:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
jobs:
test: