Skip to content

Commit 660ed19

Browse files
committed
Update CI files
1 parent d9a7f1b commit 660ed19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/template_gitref

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
unknown
1+
2021.08.26-423-g87f69ce

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
test:
1515
if: "endsWith(github.base_ref, 'main')"
16-
runs-on: "ubuntu-20.04"
16+
runs-on: "ubuntu-latest"
1717
defaults:
1818
run:
1919
working-directory: "pulp_python"
@@ -48,7 +48,7 @@ jobs:
4848
4949
no-test:
5050
if: "!endsWith(github.base_ref, 'main')"
51-
runs-on: "ubuntu-20.04"
51+
runs-on: "ubuntu-latest"
5252
steps:
5353
- run: |
5454
echo "Skip docs testing on non-main branches."

0 commit comments

Comments
 (0)