Launchable: Remove unused codes

This commit is contained in:
Naoto Ono 2024-03-11 13:21:30 +09:00 committed by Hiroshi SHIBATA
parent 0ff2c7fe6f
commit 454b939d7c
3 changed files with 0 additions and 7 deletions

View File

@ -38,11 +38,6 @@ inputs:
Directory to (re-)checkout source codes. Launchable retrives the commit information
from the directory.
outputs:
enable-launchable:
description: "The boolean value indicating whether Launchable is enabled or not"
value: ${{ steps.enable-launchable.outputs.enable-launchable }}
runs:
using: composite

View File

@ -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 }}

View File

@ -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 }}