From 31f54c8c41319a217c0f606c9a72544031c22a41 Mon Sep 17 00:00:00 2001 From: Danny Chiao Date: Thu, 28 Jul 2022 19:24:37 -0400 Subject: [PATCH] revert(ci): "Fix night ci syntax error and update readme (#2935)" This reverts commit b35553b7db27c1f332dca836ce96d8c30d1100fb. Signed-off-by: Danny Chiao --- .github/workflows/nightly-ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly-ci.yml b/.github/workflows/nightly-ci.yml index f125ebdc23..06571c2dd3 100644 --- a/.github/workflows/nightly-ci.yml +++ b/.github/workflows/nightly-ci.yml @@ -25,7 +25,7 @@ jobs: run: echo '::set-output name=WAS_EDITED::'$(test -n "$(git log --format=%H --since='24 hours ago')" && echo 'true' || echo 'false') integration-test-python: - needs: check_date + needs: [check_date] runs-on: ${{ matrix.os }} strategy: fail-fast: false @@ -45,7 +45,7 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 - steps: + steps: - uses: actions/checkout@v2 with: # pull_request_target runs the workflow in the context of the base repo diff --git a/README.md b/README.md index efe194687f..84de59f65e 100644 --- a/README.md +++ b/README.md @@ -219,4 +219,4 @@ Thanks goes to these incredible people: - \ No newline at end of file +