Skip to content

Commit

Permalink
Merge pull request #1171 from ccx1024cc/morgan/backport
Browse files Browse the repository at this point in the history
backport fix/feature to stable 2.2
  • Loading branch information
jiangliu authored Mar 24, 2023
2 parents 1155252 + 3031f75 commit d2bbd82
Show file tree
Hide file tree
Showing 22 changed files with 577 additions and 3,175 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Smoke Test

on:
push:
branches: ["*"]
branches: ["**"]
paths-ignore: [ '**.md', '**.png', '**.jpg', '**.svg', '**/docs/**' ]
pull_request:
branches: ["*"]
branches: ["**"]
paths-ignore: [ '**.md', '**.png', '**.jpg', '**.svg', '**/docs/**' ]
schedule:
# Run daily sanity check at 03:00 clock UTC
Expand Down
93 changes: 70 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

103 changes: 84 additions & 19 deletions contrib/nydus-backend-proxy/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d2bbd82

Please sign in to comment.