mirror of
https://github.com/netbirdio/netbird.git
synced 2025-01-11 16:38:27 +01:00
fix: reducing github actions (#215)
This commit is contained in:
parent
b045865d6e
commit
b339a9321a
4
.github/workflows/golang-test-build.yml
vendored
4
.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:
|
||||||
@ -37,4 +37,4 @@ jobs:
|
|||||||
|
|
||||||
- name: run build signal
|
- name: run build signal
|
||||||
run: GOOS=${{ matrix.os }} go build .
|
run: GOOS=${{ matrix.os }} go build .
|
||||||
working-directory: signal
|
working-directory: signal
|
||||||
|
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…
Reference in New Issue
Block a user