diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index bd8063b09d993..aa2ff6ceca0e5 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -49,15 +49,6 @@ sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware:\$1-latest-prebuilt" {source} sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source} sd -- ' include:' ' container-suffix:\n - ""\n include:' {source} - - source: .github/workflows/build-and-test.yaml - dest: .github/workflows/build-and-test.yaml - pre-commands: | - sd ' build-and-test' ' build-and-test-daily' {source} - sd 'on:\n push:' 'on:' {source} - sd 'runs-on: ubuntu-latest' 'runs-on: [self-hosted, linux, X64]' {source} - sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware:\$1-latest-prebuilt" {source} - sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source} - sd -- ' include:' ' container-suffix:\n - ""\n - -cuda\n include:' {source} - source: .github/workflows/check-build-depends.yaml - source: .github/workflows/clang-tidy-pr-comments.yaml - source: .github/workflows/clang-tidy-pr-comments-manually.yaml