Compare commits
10 commits
f10ad7038b
...
b416882a3e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b416882a3e | ||
|
|
39648d5285 | ||
|
|
4e9c3bca7e | ||
|
|
9a1386c14e | ||
|
|
0fff098609 | ||
|
|
83e8f17390 | ||
|
|
58ccf235bd | ||
|
|
b0d13da4e8 | ||
|
|
89b17bc502 | ||
|
|
582778a80e |
1 changed files with 2 additions and 9 deletions
11
.github/workflows/kedro-action.yml
vendored
11
.github/workflows/kedro-action.yml
vendored
|
|
@ -1,8 +1,8 @@
|
|||
name: kedro
|
||||
|
||||
on:
|
||||
push
|
||||
|
||||
watch:
|
||||
types: [ started ]
|
||||
|
||||
jobs:
|
||||
kedro:
|
||||
|
|
@ -11,15 +11,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pip-
|
||||
- name: Kedro
|
||||
uses: WaylonWalker/kedro-action@develop
|
||||
with:
|
||||
GITHUB_PAT: ${{ secrets.REPO_ONLY_PAT }}
|
||||
# verbose: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue