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