From 76cc954ef78306352d1e440017e7f2708f0dd0de Mon Sep 17 00:00:00 2001 From: kminoda <44218668+kminoda@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:33:19 +0900 Subject: [PATCH] ci(build-and-test-differential): remove prevent-no-label-execution (#6292) 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: