mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-17 02:21:47 +02:00
fix: reducing github actions (#215)
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user