File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
run : echo '::set-output name=WAS_EDITED::'$(test -n "$(git log --format=%H --since='24 hours ago')" && echo 'true' || echo 'false')
26
26
27
27
integration-test-python :
28
- needs : check_date
28
+ needs : [ check_date]
29
29
runs-on : ${{ matrix.os }}
30
30
strategy :
31
31
fail-fast : false
45
45
--health-interval 10s
46
46
--health-timeout 5s
47
47
--health-retries 5
48
- steps :
48
+ steps :
49
49
- uses : actions/checkout@v2
50
50
with :
51
51
# pull_request_target runs the workflow in the context of the base repo
Original file line number Diff line number Diff line change @@ -219,4 +219,4 @@ Thanks goes to these incredible people:
219
219
220
220
<a href =" https://github.com/feast-dev/feast/graphs/contributors " >
221
221
<img src =" https://contrib.rocks/image?repo=feast-dev/feast " />
222
- </a >
222
+ </a >
You can’t perform that action at this time.
0 commit comments