From 2d7a8b0df5c1d3b8bdebd9a5b70d5392e7c37958 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Tue, 8 Oct 2024 18:53:32 -0400 Subject: [PATCH] github: fix yaml comment indent Signed-off-by: Simon Deziel --- .github/workflows/image-amazonlinux.yml | 2 +- .github/workflows/image-oracle.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-amazonlinux.yml b/.github/workflows/image-amazonlinux.yml index 446e29927..a1fe01925 100644 --- a/.github/workflows/image-amazonlinux.yml +++ b/.github/workflows/image-amazonlinux.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: release: - - 2 # Requires cgroups v1 for tests. They will pass on ubuntu-20.04 runner. + - 2 # Requires cgroups v1 for tests. They will pass on ubuntu-20.04 runner. - 2023 variant: - default diff --git a/.github/workflows/image-oracle.yml b/.github/workflows/image-oracle.yml index d809880c7..b41285803 100644 --- a/.github/workflows/image-oracle.yml +++ b/.github/workflows/image-oracle.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: release: - - 7 # Requires cgroups v1 for tests. They will pass on ubuntu-20.04 runner. + - 7 # Requires cgroups v1 for tests. They will pass on ubuntu-20.04 runner. - 8 - 9 variant: