ci: remove ci/gh prefix from GHA workflows

This commit is contained in:
galargh 2023-03-02 09:15:57 +01:00
parent be3bde6df9
commit 337ddb1227
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
name: 'ci/gh: interop'
name: 'interop'
on:
workflow_dispatch:

View File

@ -1,4 +1,4 @@
name: 'ci/gh: docker-build'
name: 'docker-build'
on:
workflow_dispatch:

View File

@ -1,4 +1,4 @@
name: 'ci/gh: go build'
name: 'go build'
on:
workflow_dispatch:

View File

@ -1,4 +1,4 @@
name: 'ci/gh: go lint'
name: 'go lint'
on:
workflow_dispatch:

View File

@ -1,4 +1,4 @@
name: 'ci/gh: go test'
name: 'go test'
on:
workflow_dispatch:

View File

@ -1,4 +1,4 @@
name: 'ci/gh: choose runner'
name: 'choose runner'
on:
workflow_call:

View File

@ -1,4 +1,4 @@
name: 'ci/gh: sharness'
name: 'sharness'
on:
workflow_dispatch: