From 4701dd56fd66aaaa1659d874f65ebf2d4ede259b Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 16 Feb 2025 08:33:31 +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 4630e6c4..4b856ee9 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 887a6f75..02b81944 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_file" @@ -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."