This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 33a14e7e666c6c9b92027a18c7c5941e52ad506f Author: Xiaodong DENG <xd_d...@hotmail.com> AuthorDate: Sun Nov 1 00:09:19 2020 +0100 Fix K8S CI job name rendering (#12007) (cherry picked from commit 72f3fcb293bbaee405133a77a8c1d6cab87b9e62) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 596ab3e..630b5d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -613,7 +613,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: