summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNaoto Ono <onoto1998@gmail.com>2024-03-11 13:21:30 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-03-18 16:49:33 +0900
commit454b939d7c9223ca04aa06a79939187ee6f3396c (patch)
tree9de857d93e76a2cc96ab025b84d5c6320644017b /.github/workflows
parent0ff2c7fe6fbd663ebffdbbd09c44b810cdf492d2 (diff)
Launchable: Remove unused codes
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/macos.yml1
-rw-r--r--.github/workflows/ubuntu.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 3ddf0d1dfc..81cb50f857 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -90,7 +90,6 @@ jobs:
if: ${{ matrix.test_task == 'check' && matrix.skipped_tests }}
- name: Set up Launchable
- id: enable-launchable
uses: ./.github/actions/launchable/setup
with:
os: ${{ matrix.os }}
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 58acb40d4e..34c1257d4e 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -107,7 +107,6 @@ jobs:
if: ${{ matrix.test_task == 'check' && matrix.skipped_tests }}
- name: Set up Launchable
- id: enable-launchable
uses: ./.github/actions/launchable/setup
with:
os: ${{ matrix.os }}