mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-01 15:45:54 +02:00
fix: reducing github actions (#215)
This commit is contained in:
parent
b045865d6e
commit
b339a9321a
2
.github/workflows/golang-test-build.yml
vendored
2
.github/workflows/golang-test-build.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
name: Test Build On Platforms
|
name: Test Build On Platforms
|
||||||
on: [push,pull_request]
|
on: [pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
test_build:
|
test_build:
|
||||||
strategy:
|
strategy:
|
||||||
|
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
name: golangci-lint
|
name: golangci-lint
|
||||||
on: [push,pull_request]
|
on: [pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
golangci:
|
golangci:
|
||||||
name: lint
|
name: lint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user