This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-0-test by this push:
     new ef0c285314c [v3-0-test] Fix basic-tests duplication in dependends in 
ci.amd (#50615)
ef0c285314c is described below

commit ef0c285314caccf6ea821367b39e7df6a468e6f4
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed May 14 16:45:34 2025 +0200

    [v3-0-test] Fix basic-tests duplication in dependends in ci.amd (#50615)
    
    Remnant of cherry-picks not done in the right order
---
 .github/workflows/ci-amd.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/ci-amd.yml b/.github/workflows/ci-amd.yml
index c55814a8a96..51e17063a8a 100644
--- a/.github/workflows/ci-amd.yml
+++ b/.github/workflows/ci-amd.yml
@@ -790,10 +790,9 @@ jobs:
       - additional-prod-image-tests
       - basic-tests
       - build-info
-      - basic-tests
-      - generate-constraints
       - build-prod-images
       - ci-image-checks
+      - generate-constraints
       - providers
       - tests-helm
       - tests-integration-system

Reply via email to