From 0060e76a96febfc744f04a2e5c5f20ea1c96fff8 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Thu, 4 Jul 2024 10:29:58 -0700 Subject: [PATCH] Update GH actions --- .github/dependabot.yml | 8 ++++++++ .github/workflows/test.yml | 13 ++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76c0f80..ea72cdd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,9 +6,17 @@ updates: interval: "monthly" labels: - "type: Maintenance" + groups: + actions: + patterns: + - "*" - package-ecosystem: "pip" directory: "/" schedule: interval: "monthly" labels: - "type: Maintenance" + groups: + actions: + patterns: + - "*" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 00c0547..dd1aba2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,17 @@ name: test -on: [push, pull_request, workflow_dispatch] +on: + workflow_dispatch: + push: + branches: + - main + pull_request: + branches: + - main + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: default: