This is an automated email from the ASF dual-hosted git repository.
henry3260 pushed a commit to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-3-test by this push:
new b600acad7de [v3-3-test] Show the test type description in provider
compatibility job names (#72551) (#72573)
b600acad7de is described below
commit b600acad7de323fe7d457797cd1e41e84788cdd7
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 6 10:36:57 2026 +0800
[v3-3-test] Show the test type description in provider compatibility job
names (#72551) (#72573)
---
.github/workflows/test-providers.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test-providers.yml
b/.github/workflows/test-providers.yml
index 4ce24af4c5b..54e877c9712 100644
--- a/.github/workflows/test-providers.yml
+++ b/.github/workflows/test-providers.yml
@@ -178,7 +178,7 @@ jobs:
providers-compatibility-tests-matrix:
timeout-minutes: 80
# yamllint disable rule:line-length
- name: Compat ${{ matrix.compat.airflow-version }}:P${{
matrix.compat.python-version }}:${{ matrix.compat.test-types.description }}
+ name: Compat ${{ matrix.compat.airflow-version }}:P${{
matrix.compat.python-version }}:${{ matrix.test-types.description }}
runs-on: ${{ fromJSON(inputs.runners) }}
strategy:
fail-fast: false