Skip to content

Commit b917540

Browse files
authored
fix: Fix night ci syntax error and update readme (feast-dev#2935)
* Fix Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]>
1 parent 040c910 commit b917540

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -230,4 +230,4 @@ Thanks goes to these incredible people:
230230

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

docs/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The list below contains the functionality that contributors are planning to deve
5959
* [ ] Java Client
6060
* [ ] Go Client
6161
* [ ] Delete API
62-
* [] Feature Logging (for training)
62+
* [ ] Feature Logging (for training)
6363
* **Data Quality Management (See [RFC](https://docs.google.com/document/d/110F72d4NTv80p35wDSONxhhPBqWRwbZXG4f9mNEMd98/edit))**
6464
* [x] Data profiling and validation (Great Expectations)
6565
* [ ] Training-serving skew detection (in progress)

0 commit comments

Comments
 (0)