diff --git a/.github/workflows/process-tranches.yml b/.github/workflows/process-tranches.yml index bcc5f88d9..d8ce5972c 100644 --- a/.github/workflows/process-tranches.yml +++ b/.github/workflows/process-tranches.yml @@ -1,8 +1,13 @@ name: Generate tranches +# on: +# schedule: +# - cron: '0 8 * * *' + on: - schedule: - - cron: '0 8 * * *' + push: + branches: + - master jobs: master: @@ -23,10 +28,6 @@ jobs: run: yarn install - name: Generate queries run: node ./scripts/get-tranches.js - - uses: actions/upload-artifact@v2 - with: - name: queries - path: ./queries.graphql - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: 'chore: update tranches'