We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a7f1b commit 660ed19Copy full SHA for 660ed19
.github/template_gitref
@@ -1 +1 @@
1
-unknown
+2021.08.26-423-g87f69ce
.github/workflows/docs.yml
@@ -13,7 +13,7 @@ on:
13
jobs:
14
test:
15
if: "endsWith(github.base_ref, 'main')"
16
- runs-on: "ubuntu-20.04"
+ runs-on: "ubuntu-latest"
17
defaults:
18
run:
19
working-directory: "pulp_python"
@@ -48,7 +48,7 @@ jobs:
48
49
no-test:
50
if: "!endsWith(github.base_ref, 'main')"
51
52
steps:
53
- run: |
54
echo "Skip docs testing on non-main branches."
0 commit comments