Compare commits

..

No commits in common. "b416882a3ed0cf5df9a58e87eb5c053cef40e67a" and "f10ad7038b123522990bdf92c5af2336a3dd6594" have entirely different histories.

View file

@ -1,8 +1,8 @@
name: kedro
on:
watch:
types: [ started ]
push
jobs:
kedro:
@ -11,8 +11,15 @@ 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