From 1b235dcfd99b925e4c6eb90b221beec2e82410fb Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 18 Oct 2022 17:05:56 +0900 Subject: [PATCH] Ignore manual files only commits [ci skip] --- .github/workflows/baseruby.yml | 6 ++++++ .github/workflows/check_dependencies.yml | 4 ++++ .github/workflows/codeql-analysis.yml | 4 ++++ .github/workflows/compilers.yml | 4 ++++ .github/workflows/macos.yml | 4 ++++ .github/workflows/mingw.yml | 4 ++++ .github/workflows/mjit-bindgen.yml | 4 ++++ .github/workflows/mjit.yml | 4 ++++ .github/workflows/spec_guards.yml | 4 ++++ .github/workflows/ubuntu.yml | 4 ++++ .github/workflows/wasm.yml | 4 ++++ .github/workflows/windows.yml | 4 ++++ .github/workflows/yjit-ubuntu.yml | 4 ++++ 13 files changed, 54 insertions(+) diff --git a/.github/workflows/baseruby.yml b/.github/workflows/baseruby.yml index 1c314da911..65d2813ac2 100644 --- a/.github/workflows/baseruby.yml +++ b/.github/workflows/baseruby.yml @@ -6,11 +6,17 @@ on: - 'doc/**' - '**.md' - '**.rdoc' + - '**/.document' + - '**.[1-8]' + - '**.ronn' pull_request: paths-ignore: - 'doc/**' - '**.md' - '**.rdoc' + - '**/.document' + - '**.[1-8]' + - '**.ronn' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml index fab1989335..1753f46574 100644 --- a/.github/workflows/check_dependencies.yml +++ b/.github/workflows/check_dependencies.yml @@ -6,12 +6,16 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' pull_request: paths-ignore: - 'doc/**' - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d812517c9f..85b11e90e7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -7,12 +7,16 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' pull_request: paths-ignore: - 'doc/**' - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' schedule: - cron: '0 12 * * 4' diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 70d0e3ae6c..8080963fa6 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -7,12 +7,16 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' pull_request: paths-ignore: - 'doc/**' - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 72f28a7b61..04446d3f05 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -6,12 +6,16 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' pull_request: paths-ignore: - 'doc/**' - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 42c35e890c..5c8189428c 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -6,12 +6,16 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' pull_request: paths-ignore: - 'doc/**' - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/mjit-bindgen.yml b/.github/workflows/mjit-bindgen.yml index 04c9ac4a9f..e1d22d91f2 100644 --- a/.github/workflows/mjit-bindgen.yml +++ b/.github/workflows/mjit-bindgen.yml @@ -6,12 +6,16 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' pull_request: paths-ignore: - 'doc/**' - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml index b5065288c7..89bc0a226b 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -6,12 +6,16 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' pull_request: paths-ignore: - 'doc/**' - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/spec_guards.yml b/.github/workflows/spec_guards.yml index 7bffe25bb2..6d51320c2f 100644 --- a/.github/workflows/spec_guards.yml +++ b/.github/workflows/spec_guards.yml @@ -7,12 +7,16 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' pull_request: paths-ignore: - 'doc/**' - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index a1818182a3..1a5b6661fe 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -6,12 +6,16 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' pull_request: paths-ignore: - 'doc/**' - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 553347d727..6999ea5882 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -6,12 +6,16 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' pull_request: paths-ignore: - 'doc/**' - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ab9e35d5a3..6f5106e815 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -6,12 +6,16 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' pull_request: paths-ignore: - 'doc/**' - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml index ae108d72a5..176181f11c 100644 --- a/.github/workflows/yjit-ubuntu.yml +++ b/.github/workflows/yjit-ubuntu.yml @@ -6,12 +6,16 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' pull_request: paths-ignore: - 'doc/**' - '**.md' - '**.rdoc' - '**/.document' + - '**.[1-8]' + - '**.ronn' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}