This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 3d4be964e6b Download only test-warnings-* artifacts for finalize step
(#45323)
3d4be964e6b is described below
commit 3d4be964e6bd2f5b6dc76ff90d3529a2fc5ea932
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Jan 1 11:27:15 2025 +0100
Download only test-warnings-* artifacts for finalize step (#45323)
---
.github/workflows/finalize-tests.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/finalize-tests.yml
b/.github/workflows/finalize-tests.yml
index ff06e8cadf2..1d09adf7a84 100644
--- a/.github/workflows/finalize-tests.yml
+++ b/.github/workflows/finalize-tests.yml
@@ -190,10 +190,11 @@ jobs:
persist-credentials: false
- name: "Cleanup docker"
run: ./scripts/ci/cleanup_docker.sh
- - name: "Download all artifacts from the current build"
+ - name: "Download all test warning artifacts from the current build"
uses: actions/download-artifact@v4
with:
path: ./artifacts
+ pattern: test-warnings-*
- name: "Setup python"
uses: actions/setup-python@v5
with: