diff options
-rw-r--r-- | .github/actions/launchable/setup/action.yml | 5 | ||||
-rw-r--r-- | .github/workflows/macos.yml | 1 | ||||
-rw-r--r-- | .github/workflows/ubuntu.yml | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/.github/actions/launchable/setup/action.yml b/.github/actions/launchable/setup/action.yml index c5da5c3d80..6d50318ded 100644 --- a/.github/actions/launchable/setup/action.yml +++ b/.github/actions/launchable/setup/action.yml @@ -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 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 }} |