Skip to content

Commit

Permalink
fix: update sync files (#305)
Browse files Browse the repository at this point in the history
* remove pre-commands from build-and-test-differential

Signed-off-by: Koudai Yamasaki <[email protected]>

* add pre-commands to clang-tidy-differential

Signed-off-by: Koudai Yamasaki <[email protected]>

---------

Signed-off-by: Koudai Yamasaki <[email protected]>
  • Loading branch information
ymski authored Oct 22, 2024
1 parent c623d9c commit eb2ebaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
files:
- source: .github/workflows/build-and-test.yaml
- source: .github/workflows/build-and-test-differential.yaml
pre-commands: |
VERSION=$(grep -P -o "(?<=tj\-actions/changed\-files@).+" {dest})
sd "tj-actions/changed-files@(.+)" "tj-actions/changed-files@"$VERSION {source}
- source: .github/workflows/build-and-test-differential-arm64.yaml
- source: .github/workflows/build-and-test-arm64.yaml
- source: .github/workflows/check-build-depends.yaml
- source: .github/workflows/clang-tidy-differential.yaml
pre-commands: |
VERSION=$(grep -P -o "(?<=tj\-actions/changed\-files@).+" {dest})
sd "tj-actions/changed-files@(.+)" "tj-actions/changed-files@"$VERSION {source}
- repository: tier4/caret_common
files:
Expand Down

0 comments on commit eb2ebaa

Please sign in to comment.