switch deluge to openvpn

This commit is contained in:
2025-06-01 15:04:11 -04:00
parent 91a92f82a5
commit 701778b2ed
5 changed files with 49 additions and 44 deletions

View File

@ -5,8 +5,8 @@ on:
schedule:
- cron: "00 12 * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
update_lockfile:
runs-on: ubuntu-latest