WIP: rebase fork onto upstream/main (v1.103.0) #15

Closed
codinget wants to merge 670 commits from webnet into save/webnet-2026-07-29
Showing only changes of commit 788a49eca5 - Show all commits
+3 -1
View File
@@ -14,14 +14,16 @@ on:
- main
- "release-branch/*"
paths:
- .github/workflows/vet.yml
- "**.go"
pull_request:
paths:
- .github/workflows/vet.yml
- "**.go"
jobs:
vet:
runs-on: [ self-hosted, linux ]
runs-on: ubuntu-24.04
timeout-minutes: 5
steps: