@cryptotaxi247 / kubo / commits / be3bde6df

ci: remove experimental tags from GHA workflows

galargh committed Mar 2, 2023 at 09:13 UTC be3bde6df9036aaf34ef25333943cc53dace5b25
7 files changed +7 -7
.github/workflows/build.yml
+1 -1
@@ -1,4 +1,4 @@
1 -name: 'ci/gh-experiment: interop'
1 +name: 'ci/gh: interop'
2
3 on:
4 workflow_dispatch:
.github/workflows/docker-build.yml
+1 -1
@@ -1,4 +1,4 @@
1 -name: 'ci/gh-experiment: docker-build'
1 +name: 'ci/gh: docker-build'
2
3 on:
4 workflow_dispatch:
.github/workflows/gobuild.yml
+1 -1
@@ -1,4 +1,4 @@
1 -name: 'ci/gh-experiment: go build'
1 +name: 'ci/gh: go build'
2
3 on:
4 workflow_dispatch:
.github/workflows/golint.yml
+1 -1
@@ -1,4 +1,4 @@
1 -name: 'ci/gh-experiment: go lint'
1 +name: 'ci/gh: go lint'
2
3 on:
4 workflow_dispatch:
.github/workflows/gotest.yml
+1 -1
@@ -1,4 +1,4 @@
1 -name: 'ci/gh-experiment: go test'
1 +name: 'ci/gh: go test'
2
3 on:
4 workflow_dispatch:
.github/workflows/runner.yml
+1 -1
@@ -1,4 +1,4 @@
1 -name: 'ci/gh-experiment: choose runner'
1 +name: 'ci/gh: choose runner'
2
3 on:
4 workflow_call:
.github/workflows/sharness.yml
+1 -1
@@ -1,4 +1,4 @@
1 -name: 'ci/gh-experiment: sharness'
1 +name: 'ci/gh: sharness'
2
3 on:
4 workflow_dispatch: