Skip to content

Commit

Permalink
Fix K8S CI job name rendering (apache#12007)
Browse files Browse the repository at this point in the history
  • Loading branch information
XD-DENG authored Oct 31, 2020
1 parent d363adb commit 72f3fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ jobs:
tests-kubernetes:
timeout-minutes: 50
name: "K8s: ${{matrix.python-version}} ${{matrix.kubernetes-version}} ${{matrix.kubernetes-mode}}"
name: K8s ${{matrix.python-version}} ${{matrix.kubernetes-version}} ${{matrix.kubernetes-mode}}
runs-on: ubuntu-latest
needs: [build-info, prod-images]
strategy:
Expand Down

0 comments on commit 72f3fcb

Please sign in to comment.