Skip to content

Commit

Permalink
ci(colcon-build): don't cache build artifacts by default
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
M. Fatih Cırıt committed Jun 18, 2024
1 parent 92b8188 commit a7d4d05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions colcon-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ inputs:
include-eol-distros:
description: ""
required: false
cache-build-artifacts:
description: "Caches the build and install folders for clang-tidy to use"
required: false
default: "false"

runs:
using: composite
Expand Down Expand Up @@ -85,6 +89,7 @@ runs:
shell: bash

- name: Cache build artifacts
if: ${{ inputs.cache-build-artifacts == 'true' }}
uses: actions/cache@v4
with:
path: |
Expand Down

0 comments on commit a7d4d05

Please sign in to comment.