Compare commits
No commits in common. "b416882a3ed0cf5df9a58e87eb5c053cef40e67a" and "f10ad7038b123522990bdf92c5af2336a3dd6594" have entirely different histories.
b416882a3e
...
f10ad7038b
1 changed files with 9 additions and 2 deletions
11
.github/workflows/kedro-action.yml
vendored
11
.github/workflows/kedro-action.yml
vendored
|
|
@ -1,8 +1,8 @@
|
||||||
name: kedro
|
name: kedro
|
||||||
|
|
||||||
on:
|
on:
|
||||||
watch:
|
push
|
||||||
types: [ started ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
kedro:
|
kedro:
|
||||||
|
|
@ -11,8 +11,15 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- 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
|
- name: Kedro
|
||||||
uses: WaylonWalker/kedro-action@develop
|
uses: WaylonWalker/kedro-action@develop
|
||||||
with:
|
with:
|
||||||
GITHUB_PAT: ${{ secrets.REPO_ONLY_PAT }}
|
GITHUB_PAT: ${{ secrets.REPO_ONLY_PAT }}
|
||||||
|
# verbose: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue