зеркало из https://github.com/github/ruby.git
Skip tests if only document files changed
This commit is contained in:
Родитель
d51ba1e1be
Коммит
0a9cbe8562
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче