We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec35b07 commit 9fb51e9Copy full SHA for 9fb51e9
.github/dependabot.yml
@@ -6,9 +6,17 @@ updates:
6
interval: "monthly"
7
labels:
8
- "type: Maintenance"
9
+ groups:
10
+ actions:
11
+ patterns:
12
+ - "*"
13
- package-ecosystem: "pip"
14
directory: "/"
15
schedule:
16
17
18
19
20
21
22
.github/workflows/test.yml
@@ -1,6 +1,10 @@
1
name: test
2
3
-on: [push, pull_request]
+on: [workflow_dispatch, push, pull_request]
4
+
5
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
jobs:
default:
0 commit comments