Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 2955a46

Browse files
author
M. Fatih Cırıt
committed
keep only non-tagged versions
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent ef600d8 commit 2955a46

4 files changed

+13
-125
lines changed

.github/workflows/build-and-test-differential-with-tag.yaml

-68
This file was deleted.

.github/workflows/build-and-test-differential.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ on:
44
pull_request:
55

66
jobs:
7+
prevent-no-label-execution:
8+
uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v1
9+
with:
10+
label: tag:run-build-and-test-differential
11+
712
build-and-test-differential:
13+
needs: prevent-no-label-execution
814
runs-on: ubuntu-latest
9-
container: ${{ matrix.container }}
1015
strategy:
1116
fail-fast: false
1217
matrix:

.github/workflows/clang-tidy-differential-with-tag.yaml

-56
This file was deleted.

.github/workflows/clang-tidy-differential.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ on:
88
- labeled
99

1010
jobs:
11+
prevent-no-label-execution:
12+
uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v1
13+
with:
14+
label: tag:run-clang-tidy-differential
15+
1116
clang-tidy-differential:
17+
needs: prevent-no-label-execution
18+
if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
1219
runs-on: ubuntu-latest
1320
container: ros:humble
1421
steps:

0 commit comments

Comments
 (0)