Skip to content

Commit

Permalink
Launchable: Remove unused codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max authored and hsbt committed Mar 18, 2024
1 parent 0ff2c7f commit 454b939
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/actions/launchable/setup/action.yml
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Expand Up @@ -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 }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ubuntu.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit 454b939

Please sign in to comment.