mirror of
https://github.com/bluenviron/mediamtx
synced 2025-03-11 06:47:58 +00:00
remove names from GitHub actions
This commit is contained in:
parent
0a1b8eee25
commit
d89d650739
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -8,8 +8,6 @@ on:
|
||||
|
||||
jobs:
|
||||
golangci-lint:
|
||||
name: golangci-lint
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
@ -20,8 +18,6 @@ jobs:
|
||||
version: v1.38
|
||||
|
||||
go-mod-tidy:
|
||||
name: go-mod-tidy
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -7,8 +7,6 @@ on:
|
||||
|
||||
jobs:
|
||||
github:
|
||||
name: github
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
@ -44,8 +42,6 @@ jobs:
|
||||
}
|
||||
|
||||
dockerhub:
|
||||
name: dockerhub
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -8,8 +8,6 @@ on:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: test
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
@ -20,8 +18,6 @@ jobs:
|
||||
- run: bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
test32:
|
||||
name: test32
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user