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 c460529 Postgres tests were skipped by mistake (#9923)
c460529 is described below
commit c460529d9355e12eee227f51ae3c8393430791d9
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Jul 22 08:08:47 2020 +0200
Postgres tests were skipped by mistake (#9923)
---
.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 f126ccd..b1f7a41 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -222,7 +222,7 @@ jobs:
POSTGRES_VERSION: ${{ matrix.postgres-version }}
RUN_TESTS: "true"
TEST_TYPE: ${{ matrix.test-type }}
- if: needs.trigger-tests.outputs.count == 'true' || github.event_name !=
'pull_request'
+ if: needs.trigger-tests.outputs.run-tests == 'true' || github.event_name
!= 'pull_request'
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v1