Skip to content

Commit 9fb51e9

Browse files
Update GH actions (#124)
1 parent ec35b07 commit 9fb51e9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: test
22

3-
on: [push, pull_request]
3+
on: [workflow_dispatch, push, pull_request]
4+
5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.ref }}
7+
cancel-in-progress: true
48

59
jobs:
610
default:

0 commit comments

Comments
 (0)