From 4cce03f38c6f3ae88573e4afe62c1da3c329c95f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= <mfc@leodrive.ai>
Date: Mon, 2 Oct 2023 12:27:37 +0300
Subject: [PATCH] ci(build-and-test-differential): remove sync for the
 build-and-test-differential workflows
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
---
 .github/sync-files.yaml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml
index 4a1f20cada359..f9cb3065f12a7 100644
--- a/.github/sync-files.yaml
+++ b/.github/sync-files.yaml
@@ -42,20 +42,6 @@
                   - \"\"
                   - -cuda
                 include:" {source}
-    - source: .github/workflows/build-and-test-differential.yaml
-      pre-commands: |
-        sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source}
-
-        sd -s 'container: ${{ matrix.container }}' 'container: ${{ matrix.container }}${{ matrix.container-suffix }}' {source}
-        sd -- \
-        "       include:" \
-        "       container-suffix:
-                  - \"\"
-                  - -cuda
-                include:" {source}
-
-        sd "^    container: ghcr.io/autowarefoundation/autoware-universe:(\w+)-latest\$" \
-            "    container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest-cuda" {source}
     - source: .github/workflows/build-and-test-differential-self-hosted.yaml
       pre-commands: |
         sd "container: ros:(\w+)" "container: ghcr.io/autowarefoundation/autoware-universe:\$1-latest" {source}