Skip to content

Commit f45dfcc

Browse files
authored
Merge pull request #504 from mjudeikis/clean.ci
2 parents a338c20 + 28107b6 commit f45dfcc

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

.github/workflows/ci-docs-only.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: CI Docs Only
22

33
# To satisfy required status checks for docs-only changes, configure jobs that match those in ci.yaml that
44
# always return true.
@@ -25,6 +25,12 @@ jobs:
2525
steps:
2626
- run: 'echo "No build required"'
2727

28+
go-test-e2e-contrib:
29+
name: go-test-e2e-contrib
30+
runs-on: ubuntu-latest
31+
steps:
32+
- run: 'echo "No build required"'
33+
2834
go-test:
2935
name: go-test
3036
runs-on: ubuntu-latest

.github/workflows/docs-gen-and-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generate and push docs
1+
name: Docs
22

33
on:
44
# So we can trigger manually if needed
@@ -24,7 +24,7 @@ concurrency:
2424

2525
jobs:
2626
generate-and-push:
27-
name: Generate and push docs
27+
name: Docs
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v3
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: goreleaser
1+
name: Release
22

33
on:
44
pull_request:
55
paths:
6-
- .github/workflows/goreleaser.yml
6+
- .github/workflows/goreleaser.yaml
77
- .goreleaser.yaml
88
push:
99
tags:

.github/workflows/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: image
1+
name: Image
22

33
on:
44
push:

0 commit comments

Comments
 (0)