Skip to content

Commit

Permalink
revert(ci): "Fix night ci syntax error and update readme (#2935)"
Browse files Browse the repository at this point in the history
This reverts commit b35553b.

Signed-off-by: Danny Chiao <danny@tecton.ai>
  • Loading branch information
adchia committed Jul 28, 2022
1 parent 33cbaeb commit 31f54c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,4 @@ Thanks goes to these incredible people:

<a href="https://github.com/feast-dev/feast/graphs/contributors">
<img src="https://contrib.rocks/image?repo=feast-dev/feast" />
</a>
</a>

0 comments on commit 31f54c8

Please sign in to comment.