From 19c64fa2f90e2b4699b844855fca1f7a321b99d5 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Wed, 22 Sep 2021 16:45:15 +0200 Subject: [PATCH] No final Krill release has been published for bullseye yet --- .github/workflows/pkg.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pkg.yml b/.github/workflows/pkg.yml index e63ddf61..e8608daf 100644 --- a/.github/workflows/pkg.yml +++ b/.github/workflows/pkg.yml @@ -327,9 +327,9 @@ jobs: # test for that O/S (remember to change debian:bullseye to the correct # O/S name!): # - # exclude: - # - image: 'debian:bullseye' - # mode: 'upgrade-from-published' + exclude: + - image: 'debian:bullseye' + mode: 'upgrade-from-published' steps: # Set some environment variables that will be available to "run" steps below in this job, and some output variables # that will be available in GH Action step definitions below.