Skip to content

Commit 693128a

Browse files
Update codecov rules
1 parent 0ec5f97 commit 693128a

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/dependabot.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# -*- coding: utf-8 -*-
22
version: 2
33
updates:
4-
- package-ecosystem: "github-actions"
5-
directory: "/"
4+
- package-ecosystem: github-actions
5+
directory: /
66
schedule:
7-
interval: "weekly"
7+
interval: monthly
8+
groups:
9+
all:
10+
dependency-type: production

.github/workflows/cicd.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,9 @@ jobs:
201201
##
202202
CodeCov:
203203
if: |
204-
(success() && github.actor == 'btschwertfeger')
205-
&& (github.event_name == 'push' || github.event_name == 'release')
204+
success()
205+
&& github.actor == 'btschwertfeger'
206+
&& github.event_name != 'schedule'
206207
needs:
207208
- Test-Spot-Public
208209
- Test-Spot-Private

0 commit comments

Comments
 (0)