You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/10/30 21:56:24 UTC

[airflow] branch main updated: Fix typo in the name of the job in CI (#27391)

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 ec7b3679db Fix typo in the name of the job in CI (#27391)
ec7b3679db is described below

commit ec7b3679db51c57521611f628409f11c47ded822
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sun Oct 30 22:56:17 2022 +0100

    Fix typo in the name of the job in CI (#27391)
---
 .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 9307b9a38d..73493c5e19 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -296,7 +296,7 @@ jobs:
         if: always() && needs.build-info.outputs.canary-run == 'true'
 
   # Check that after earlier cache push, breeze command will build quickly
-  chcek-that-image-builds-quicklly:
+  check-that-image-builds-quickly:
     timeout-minutes: 5
     name: "Check that image builds quickly"
     runs-on: "${{needs.build-info.outputs.runs-on}}"