Skip to content

Commit

Permalink
chore: modify workflows (#744)
Browse files Browse the repository at this point in the history
* chore: modify workflows

* refactor by CR
  • Loading branch information
chunshao90 authored Mar 22, 2023
1 parent ee0bcdf commit 7b242bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ on:
- '.dockerignore'
- 'docker/**'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- 'etc/**'
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ name: coverage
on:
workflow_dispatch:
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- 'etc/**'
- '**.md'
- '.dockerignore'
- 'docker/**'
schedule:
- cron: '2 0 * * *'
- cron: '14 1/3 * * *'

# Common environment variables
env:
Expand Down

0 comments on commit 7b242bf

Please sign in to comment.