default-kedro157/.github/workflows/kedro-action.yml
2020-03-29 10:08:24 -05:00

30 lines
547 B
YAML

name: kedro
# on:
# push:
# branches:
# - master
on:
watch:
types: [ started ]
jobs:
kedro:
runs-on: ubuntu-latest
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