From be251abc0dd098adf1f68276e144dcfa40f7ac5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Sat, 21 Dec 2024 17:51:30 +0300 Subject: [PATCH] use basic build-and-test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/sync-files.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index eebd97f..8a4d168 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -32,3 +32,9 @@ - source: CPPLINT.cfg - source: codecov.yaml - source: setup.cfg + - source: .github/workflows/build-and-test.yaml + pre-commands: | + sed -i '/build-depends-repos/d' {source} + - source: .github/workflows/build-and-test-differential.yaml + pre-commands: | + sed -i '/build-depends-repos/d' {source}