summaryrefslogtreecommitdiff
path: root/.github/workflows/yjit-ubuntu.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-12-25 22:12:19 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-12-25 22:47:37 +0900
commitf4d2fe5e0d22876a6df68b9b56fb00b25d7aa5d8 (patch)
treeab31de96dedc228a1bd591b48da6fc42eee58e44 /.github/workflows/yjit-ubuntu.yml
parent539bef61c409d1051cca24cce1791677ee68fbcf (diff)
Skip AppVeyor and GitHub if only other CI files are changed
Diffstat (limited to '.github/workflows/yjit-ubuntu.yml')
-rw-r--r--.github/workflows/yjit-ubuntu.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml
index d29aaccdfb..ec8483b7d1 100644
--- a/.github/workflows/yjit-ubuntu.yml
+++ b/.github/workflows/yjit-ubuntu.yml
@@ -7,6 +7,7 @@ on:
- '**.md'
- '**.rdoc'
- '**/.document'
+ - '.*.yml'
pull_request:
# 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
@@ -17,6 +18,7 @@ on:
- '**.md'
- '**.rdoc'
- '**/.document'
+ - '.*.yml'
concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}