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

Commit

Permalink
keep only non-tagged versions
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
  • Loading branch information
M. Fatih Cırıt committed Jun 11, 2024
1 parent ef600d8 commit 2955a46
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 125 deletions.
68 changes: 0 additions & 68 deletions .github/workflows/build-and-test-differential-with-tag.yaml

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ on:
pull_request:

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
runs-on: ubuntu-latest
container: ${{ matrix.container }}
strategy:
fail-fast: false
matrix:
Expand Down
56 changes: 0 additions & 56 deletions .github/workflows/clang-tidy-differential-with-tag.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/clang-tidy-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ on:
- labeled

jobs:
prevent-no-label-execution:
uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v1
with:
label: tag:run-clang-tidy-differential

clang-tidy-differential:
needs: prevent-no-label-execution
if: ${{ needs.prevent-no-label-execution.outputs.run == 'true' }}
runs-on: ubuntu-latest
container: ros:humble
steps:
Expand Down

0 comments on commit 2955a46

Please sign in to comment.