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 7aca81ceaa Fix typo in outputs in parallel-test-types (#30482)
7aca81ceaa is described below

commit 7aca81ceaa6cb640dff9c5d7212adc4aeb078a2f
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Apr 5 10:49:48 2023 +0200

    Fix typo in outputs in parallel-test-types (#30482)
    
    The typo causes unnecessary delays on building regular PRs :(
    It was introduced in #30424
---
 .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 977c51601e..95f806f933 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -143,7 +143,7 @@ jobs:
       default-helm-version: ${{ 
steps.selective-checks.outputs.default-helm-version }}
       default-kind-version: ${{ 
steps.selective-checks.outputs.default-kind-version }}
       full-tests-needed: ${{ steps.selective-checks.outputs.full-tests-needed 
}}
-      parallel-test-types: ${{ 
steps.selective-checks.output.parallel-test-types }}
+      parallel-test-types: ${{ 
steps.selective-checks.outputs.parallel-test-types }}
       postgres-exclude: ${{ steps.selective-checks.outputs.postgres-exclude }}
       mysql-exclude: ${{ steps.selective-checks.outputs.mysql-exclude }}
       mssql-exclude: ${{ steps.selective-checks.outputs.mssql-exclude }}

Reply via email to