Skip to content

Commit d6b1a30

Browse files
Update GH actions (#97)
1 parent b0176a1 commit d6b1a30

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@ updates:
66
interval: "monthly"
77
labels:
88
- "type: Maintenance"
9+
groups:
10+
actions:
11+
patterns:
12+
- "*"
913
- package-ecosystem: "pip"
1014
directory: "/"
1115
schedule:
1216
interval: "monthly"
1317
labels:
1418
- "type: Maintenance"
19+
groups:
20+
actions:
21+
patterns:
22+
- "*"

.github/workflows/test.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
name: test
22

3-
on: [push, pull_request, workflow_dispatch]
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
8+
pull_request:
9+
branches:
10+
- main
11+
12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
415

516
jobs:
617
default:

0 commit comments

Comments
 (0)