Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/ci-docs-only.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CI Docs Only

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

go-test-e2e-contrib:
name: go-test-e2e-contrib
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'

go-test:
name: go-test
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-gen-and-push.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate and push docs
name: Docs

on:
# So we can trigger manually if needed
Expand All @@ -24,7 +24,7 @@ concurrency:

jobs:
generate-and-push:
name: Generate and push docs
name: Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: goreleaser
name: Release

on:
pull_request:
paths:
- .github/workflows/goreleaser.yml
- .github/workflows/goreleaser.yaml
- .goreleaser.yaml
push:
tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: image
name: Image

on:
push:
Expand Down
Loading