diff options
author | Takashi Kokubun <[email protected]> | 2025-04-18 21:54:22 +0900 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2025-04-18 21:54:22 +0900 |
commit | 0232c31555cee9ca1f9b16023123c1b16072ce69 () | |
tree | 43982bfb5955709b180ec845c1d495ee5508394c | |
parent | ae3d6a321b5801cd6e6718f336baeaaa38c5a61f (diff) |
Resurrect concurrency in JIT workflows
Notes: Merged: https://.com/ruby/ruby/pull/13131
-rw-r--r-- | ./workflows/yjit-macos.yml | 4 | ||||
-rw-r--r-- | ./workflows/zjit-macos.yml | 4 | ||||
-rw-r--r-- | ./workflows/zjit-ubuntu.yml | 4 |
3 files changed, 12 insertions, 0 deletions
@@ -19,6 +19,10 @@ on: # https://docs..com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks merge_group: permissions: contents: read @@ -19,6 +19,10 @@ on: # https://docs..com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks merge_group: permissions: contents: read @@ -19,6 +19,10 @@ on: # https://docs..com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks merge_group: permissions: contents: read |