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 87e33acfe9 Remove Accidentally (in #27378) duplicated line in workflow 
(#27380)
87e33acfe9 is described below

commit 87e33acfe9163c863c87fe6fa506cdd99dc80409
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Oct 30 15:46:08 2022 +0100

    Remove Accidentally (in #27378) duplicated line in workflow (#27380)
---
 .github/workflows/build-images.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/build-images.yml 
b/.github/workflows/build-images.yml
index e2920a1d16..d46f7198fc 100644
--- a/.github/workflows/build-images.yml
+++ b/.github/workflows/build-images.yml
@@ -80,7 +80,6 @@ jobs:
         if: github.event_name == 'pull_request_target'
       # The labels in the event aren't updated when re-triggering the job, So 
lets hit the API to get
       # up-to-date values
-      - name: Get latest PR labels
       - name: Get latest PR labels
         id: get-latest-pr-labels
         run: |

Reply via email to