Launchable: Remove unused codes
This commit is contained in:
parent
0ff2c7fe6f
commit
454b939d7c
5
.github/actions/launchable/setup/action.yml
vendored
5
.github/actions/launchable/setup/action.yml
vendored
@ -38,11 +38,6 @@ inputs:
|
|||||||
Directory to (re-)checkout source codes. Launchable retrives the commit information
|
Directory to (re-)checkout source codes. Launchable retrives the commit information
|
||||||
from the directory.
|
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:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
|
|
||||||
|
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
@ -90,7 +90,6 @@ jobs:
|
|||||||
if: ${{ matrix.test_task == 'check' && matrix.skipped_tests }}
|
if: ${{ matrix.test_task == 'check' && matrix.skipped_tests }}
|
||||||
|
|
||||||
- name: Set up Launchable
|
- name: Set up Launchable
|
||||||
id: enable-launchable
|
|
||||||
uses: ./.github/actions/launchable/setup
|
uses: ./.github/actions/launchable/setup
|
||||||
with:
|
with:
|
||||||
os: ${{ matrix.os }}
|
os: ${{ matrix.os }}
|
||||||
|
1
.github/workflows/ubuntu.yml
vendored
1
.github/workflows/ubuntu.yml
vendored
@ -107,7 +107,6 @@ jobs:
|
|||||||
if: ${{ matrix.test_task == 'check' && matrix.skipped_tests }}
|
if: ${{ matrix.test_task == 'check' && matrix.skipped_tests }}
|
||||||
|
|
||||||
- name: Set up Launchable
|
- name: Set up Launchable
|
||||||
id: enable-launchable
|
|
||||||
uses: ./.github/actions/launchable/setup
|
uses: ./.github/actions/launchable/setup
|
||||||
with:
|
with:
|
||||||
os: ${{ matrix.os }}
|
os: ${{ matrix.os }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user