From ec56dc29ae4cc4d3223e0eca4912f8b7f9aafd06 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 16 Feb 2025 14:35:22 +0000 Subject: [PATCH] Update CI files --- .github/template_gitref | 2 +- .github/workflows/docs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/template_gitref b/.github/template_gitref index 4630e6c46..4b856ee91 100644 --- a/.github/template_gitref +++ b/.github/template_gitref @@ -1 +1 @@ -2021.08.26-421-g204a709 +2021.08.26-423-g87f69ce diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f7985af49..efa2079ba 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,7 +13,7 @@ on: jobs: test: if: "endsWith(github.base_ref, 'main')" - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-latest" defaults: run: working-directory: "pulp_ansible" @@ -48,7 +48,7 @@ jobs: no-test: if: "!endsWith(github.base_ref, 'main')" - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-latest" steps: - run: | echo "Skip docs testing on non-main branches."