Run spec_guards only when spec files changed [ci skip]
This commit is contained in:
parent
00d5b7ce7c
commit
2821423105
18
.github/workflows/spec_guards.yml
vendored
18
.github/workflows/spec_guards.yml
vendored
@ -2,21 +2,13 @@ name: Rubyspec Version Guards Check
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths:
|
||||||
- 'doc/**'
|
- 'spec/**'
|
||||||
- '**.md'
|
- '!spec/*.md'
|
||||||
- '**.rdoc'
|
|
||||||
- '**/.document'
|
|
||||||
- '**.[1-8]'
|
|
||||||
- '**.ronn'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'doc/**'
|
- 'spec/**'
|
||||||
- '**.md'
|
- '!spec/*.md'
|
||||||
- '**.rdoc'
|
|
||||||
- '**/.document'
|
|
||||||
- '**.[1-8]'
|
|
||||||
- '**.ronn'
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}
|
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user