Skip to content

Commit

Permalink
ci-debian-weekly.yml: run on debiancentos
Browse files Browse the repository at this point in the history
The debian branch is now debiancentos and not debian-main.

Signed-off-by: Erwann Roussy <[email protected]>
  • Loading branch information
eroussy committed Sep 9, 2024
1 parent 8848c46 commit 1b39bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-debian-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b39bf1

Please sign in to comment.