We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0efe99 commit 31110b0Copy full SHA for 31110b0
.github/workflows/ci.yml
@@ -14,8 +14,6 @@ on:
14
- '.dockerignore'
15
- 'docker/**'
16
pull_request:
17
- branches:
18
- - main
19
paths-ignore:
20
- 'docs/**'
21
- 'etc/**'
.github/workflows/coverage.yml
@@ -5,16 +5,14 @@ name: coverage
5
on:
6
workflow_dispatch:
7
8
9
10
11
12
13
- '**.md'
schedule:
- - cron: '2 0 * * *'
+ - cron: '14 1/3 * * *'
# Common environment variables
env:
0 commit comments