Skip AppVeyor and GitHub if only other CI files are changed

This commit is contained in:
Nobuyoshi Nakada 2023-12-25 22:12:19 +09:00
parent 539bef61c4
commit f4d2fe5e0d
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
15 changed files with 42 additions and 0 deletions

View File

@ -19,6 +19,8 @@ skip_commits:
- '**/.document' - '**/.document'
- '**/*.[1-8]' - '**/*.[1-8]'
- '**/*.ronn' - '**/*.ronn'
- '.github/'
- '.travis.yml'
environment: environment:
ruby_version: "25-%Platform%" ruby_version: "25-%Platform%"
matrix: matrix:

View File

@ -8,6 +8,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -15,6 +16,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
merge_group: merge_group:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -22,6 +24,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
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 }}

View File

@ -8,6 +8,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -15,6 +16,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
merge_group: merge_group:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -22,6 +24,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
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 }}

View File

@ -7,6 +7,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -14,6 +15,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
merge_group: merge_group:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -21,6 +23,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
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 }}

View File

@ -9,6 +9,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -16,6 +17,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
schedule: schedule:
- cron: '0 12 * * *' - cron: '0 12 * * *'
workflow_dispatch: workflow_dispatch:

View File

@ -8,6 +8,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -15,6 +16,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
merge_group: merge_group:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -22,6 +24,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
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 }}

View File

@ -7,6 +7,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
pull_request: pull_request:
# Do not use paths-ignore for required status checks # Do not use paths-ignore for required status checks
# https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks # https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
@ -17,6 +18,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
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 }}

View File

@ -7,6 +7,8 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
- '.*.yml'
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -14,6 +16,8 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
- '.*.yml'
merge_group: merge_group:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -21,6 +25,8 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
- '.*.yml'
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 }}

View File

@ -7,6 +7,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -14,6 +15,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
merge_group: merge_group:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -21,6 +23,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
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 }}

View File

@ -8,6 +8,7 @@ on:
- '**/.document' - '**/.document'
- '**.[1-8]' - '**.[1-8]'
- '**.ronn' - '**.ronn'
- '.*.yml'
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -16,6 +17,7 @@ on:
- '**/.document' - '**/.document'
- '**.[1-8]' - '**.[1-8]'
- '**.ronn' - '**.ronn'
- '.*.yml'
merge_group: merge_group:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -24,6 +26,7 @@ on:
- '**/.document' - '**/.document'
- '**.[1-8]' - '**.[1-8]'
- '**.ronn' - '**.ronn'
- '.*.yml'
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 }}

View File

@ -7,6 +7,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
pull_request: pull_request:
# Do not use paths-ignore for required status checks # Do not use paths-ignore for required status checks
# https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks # https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
@ -17,6 +18,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
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 }}

View File

@ -7,6 +7,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -14,6 +15,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
merge_group: merge_group:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -21,6 +23,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
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 }}

View File

@ -7,6 +7,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -14,6 +15,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
merge_group: merge_group:
paths-ignore: paths-ignore:
- 'doc/**' - 'doc/**'
@ -21,6 +23,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
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 }}

View File

@ -7,6 +7,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
pull_request: pull_request:
# Do not use paths-ignore for required status checks # Do not use paths-ignore for required status checks
# https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks # https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
@ -17,6 +18,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
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 }}

View File

@ -7,6 +7,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
pull_request: pull_request:
# Do not use paths-ignore for required status checks # Do not use paths-ignore for required status checks
# https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks # https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks
@ -17,6 +18,7 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
- '.*.yml'
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 }}