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
|
||||
on: [push,pull_request]
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
test_build:
|
||||
strategy:
|
||||
@ -37,4 +37,4 @@ jobs:
|
||||
|
||||
- name: run build signal
|
||||
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
|
||||
on: [push,pull_request]
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
golangci:
|
||||
name: lint
|
||||
|
Loading…
Reference in New Issue
Block a user