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 2020/10/20 10:19:18 UTC

[airflow] branch master updated: Add missing doc dependency in CI (#11678)

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

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c4f0a9  Add missing doc dependency in CI (#11678)
9c4f0a9 is described below

commit 9c4f0a9c37ea2e6dfd81cfbf7c03706aa189a465
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Tue Oct 20 12:18:36 2020 +0200

    Add missing doc dependency in CI (#11678)
---
 .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 06eea5e..497a45b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -310,7 +310,7 @@ jobs:
     timeout-minutes: 30
     name: "Build docs"
     runs-on: ubuntu-latest
-    needs: [ci-images]
+    needs: [build-info, ci-images]
     if: >
       needs.build-info.outputs.basic-checks-only == 'false' &&
       (github.repository == 'apache/airflow' || github.event_name != 'schedule')