From 1b39bf1b7175920656564cfa83d62a16bdd9d7db Mon Sep 17 00:00:00 2001 From: Erwann Roussy Date: Mon, 9 Sep 2024 13:19:39 +0200 Subject: [PATCH] ci-debian-weekly.yml: run on debiancentos The debian branch is now debiancentos and not debian-main. Signed-off-by: Erwann Roussy --- .github/workflows/ci-debian-weekly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-debian-weekly.yml b/.github/workflows/ci-debian-weekly.yml index ca8a3c1c2..f6eeb2c84 100644 --- a/.github/workflows/ci-debian-weekly.yml +++ b/.github/workflows/ci-debian-weekly.yml @@ -25,7 +25,7 @@ jobs: run: mkdir ${{ env.WORK_DIR }}; cd ${{ env.WORK_DIR }}; git clone -q --depth 1 --recurse-submodules -b main https://github.com/seapath/ci ci; echo "CI sources downloaded successfully"; - GITHUB_REF=debian-main ci/launch.sh init; + GITHUB_REF=debiancentos ci/launch.sh init; - name: Configure Debian id: conf