Skip to content

Commit 31110b0

Browse files
authored
chore: modify workflows (apache#744)
* chore: modify workflows * refactor by CR
1 parent b0efe99 commit 31110b0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ on:
1414
- '.dockerignore'
1515
- 'docker/**'
1616
pull_request:
17-
branches:
18-
- main
1917
paths-ignore:
2018
- 'docs/**'
2119
- 'etc/**'

.github/workflows/coverage.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@ name: coverage
55
on:
66
workflow_dispatch:
77
pull_request:
8-
branches:
9-
- main
108
paths-ignore:
119
- 'docs/**'
1210
- 'etc/**'
1311
- '**.md'
1412
- '.dockerignore'
1513
- 'docker/**'
1614
schedule:
17-
- cron: '2 0 * * *'
15+
- cron: '14 1/3 * * *'
1816

1917
# Common environment variables
2018
env:

0 commit comments

Comments
 (0)