summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2025-02-24 09:15:43 -0800
committerTakashi Kokubun <[email protected]>2025-04-18 21:52:59 +0900
commitc443e538b62e625263bf5217db024e9af7d51de5 (patch)
treeea1feb3f759134ffc40c03c0e408c6cd5c53951c
parentbd0f63507dd2e34caeb27be8eff92b08b44e7f69 (diff)
Fix inconsistent workflow settings
This is a left-over from https://github.com/Shopify/zjit/pull/12. It was supposed to be removed from both workflows in the PR, but this was somehow uncommitted.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13131
-rw-r--r--.github/workflows/zjit-macos.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/zjit-macos.yml b/.github/workflows/zjit-macos.yml
index f62af9f5b9..6dd32e41e2 100644
--- a/.github/workflows/zjit-macos.yml
+++ b/.github/workflows/zjit-macos.yml
@@ -13,10 +13,6 @@ on:
# 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
merge_group:
-concurrency:
- group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}
- cancel-in-progress: ${{ startsWith(github.event_name, 'pull') }}
-
permissions:
contents: read