Skip to content

Commit 31f54c8

Browse files
committed
revert(ci): "Fix night ci syntax error and update readme (#2935)"
This reverts commit b35553b. Signed-off-by: Danny Chiao <[email protected]>
1 parent 33cbaeb commit 31f54c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nightly-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: echo '::set-output name=WAS_EDITED::'$(test -n "$(git log --format=%H --since='24 hours ago')" && echo 'true' || echo 'false')
2626

2727
integration-test-python:
28-
needs: check_date
28+
needs: [check_date]
2929
runs-on: ${{ matrix.os }}
3030
strategy:
3131
fail-fast: false
@@ -45,7 +45,7 @@ jobs:
4545
--health-interval 10s
4646
--health-timeout 5s
4747
--health-retries 5
48-
steps:
48+
steps:
4949
- uses: actions/checkout@v2
5050
with:
5151
# pull_request_target runs the workflow in the context of the base repo

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,4 @@ Thanks goes to these incredible people:
219219

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

0 commit comments

Comments
 (0)