diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48ec6ed..7e17301 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,9 +3,15 @@ name: Test on: pull_request: push: + branches-ignore: + - 'dependabot/**' schedule: - cron: '0 6 * * *' +concurrency: + group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }} + cancel-in-progress: true + jobs: test: runs-on: ubuntu-latest