We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0176a1 commit d6b1a30Copy full SHA for d6b1a30
2 files changed
.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,17 @@
1
name: test
2
3
-on: [push, pull_request, workflow_dispatch]
+on:
4
+ workflow_dispatch:
5
+ push:
+ branches:
+ - main
+ pull_request:
+
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
jobs:
default:
0 commit comments