summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-10-02 14:09:26 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-10-02 14:09:26 -0700
commite6d730023d6c7fe30e9a69ebb0826ed25c5f03b8 (patch)
tree6f28b128e1fd8b599d267cce8d00d20558c3ab34 /.cirrus.yml
parent9059dfce12995451a4374330baab49177fa717be (diff)
Trigger Cirrus if YJIT tests are modified
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 7ea0932a16..b59badfb4a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -20,7 +20,7 @@ env:
INIT_ENV:
config_template: &CONFIG_TEMPLATE
- only_if: changesInclude('.cirrus.yml', 'yjit.{c,h,rb}', 'yjit/**.{mk,rs,toml}')
+ only_if: changesInclude('.cirrus.yml', 'yjit.{c,h,rb}', 'yjit/**.{mk,rs,toml}', 'bootstraptest/test_yjit*.rb', 'test/ruby/test_yjit*.rb')
skip: >-
$CIRRUS_CHANGE_MESSAGE =~ '.*\[DOC\].*' ||
$CIRRUS_PR_LABELS =~ '.*Documentation.*' ||