From 6465f30b800f3fb1f6375b5b6fb00c0938e38827 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Mon, 25 Sep 2023 14:06:14 -0400 Subject: [PATCH] [skip ci] Update GitHub Actions config --- .github/workflows/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 020e5f5..e755725 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