We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b93557 commit f80db00Copy full SHA for f80db00
.github/CODEOWNERS
.github/dependabot.yaml
@@ -1,6 +1,11 @@
1
version: 2
2
updates:
3
- - package-ecosystem: ""
+ - package-ecosystem: "pip"
4
directory: "/"
5
schedule:
6
interval: "monthly"
7
+
8
+ - package-ecosystem: "github-actions"
9
+ directory: "/.github/workflows"
10
+ schedule:
11
+ interval: "monthly"
.github/workflows/continuous-deployment.yaml
@@ -1,8 +1,13 @@
-name: Test
+name: Continuous Deployment
on:
push:
workflow_dispatch:
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
jobs:
12
lint-python:
13
name: Lint
0 commit comments