Skip to content

Commit

Permalink
Update CI files
Browse files Browse the repository at this point in the history
  • Loading branch information
pulpbot committed Feb 17, 2025
1 parent 1c9cc36 commit e834b0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/template_gitref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.08.26-421-g204a709
2021.08.26-423-g87f69ce
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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_container"
Expand Down Expand Up @@ -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."

0 comments on commit e834b0f

Please sign in to comment.