From aa790f8100a23ba85db7e19a9bbeb66db5f2bbb0 Mon Sep 17 00:00:00 2001 From: kminoda Date: Fri, 2 Feb 2024 10:23:07 +0900 Subject: [PATCH] ci(build-and-test-differential): remove prevent-no-label-execution Signed-off-by: kminoda --- .github/workflows/build-and-test-differential.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/build-and-test-differential.yaml b/.github/workflows/build-and-test-differential.yaml index e3711d413cb68..e7e53cacaee3b 100644 --- a/.github/workflows/build-and-test-differential.yaml +++ b/.github/workflows/build-and-test-differential.yaml @@ -2,20 +2,9 @@ name: build-and-test-differential on: pull_request: - types: - - opened - - synchronize - - labeled jobs: - prevent-no-label-execution: - uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v1 - with: - label: tag:run-build-and-test-differential - build-and-test-differential: - needs: prevent-no-label-execution - if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }} runs-on: ubuntu-latest container: ${{ matrix.container }}${{ matrix.container-suffix }} strategy: