Skip to content

Commit

Permalink
fix: disconnect VPN when sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
yuezk committed Jan 20, 2025
1 parent ec85e85 commit b188d61
Show file tree
Hide file tree
Showing 22 changed files with 525 additions and 237 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ on:
- release/*
tags:
- v*.*.*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
# Include arm64 if ref is a tag
setup-matrix:
Expand Down
Loading

0 comments on commit b188d61

Please sign in to comment.