diff --git a/.github/workflows/kedro-action.yml b/.github/workflows/kedro-action.yml index 3a152b5..1385071 100644 --- a/.github/workflows/kedro-action.yml +++ b/.github/workflows/kedro-action.yml @@ -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