Skip to content

Bump github.com/containerd/containerd from 1.7.31 to 1.7.32 in /docs/generators/cli-doc #649

Bump github.com/containerd/containerd from 1.7.31 to 1.7.32 in /docs/generators/cli-doc

Bump github.com/containerd/containerd from 1.7.31 to 1.7.32 in /docs/generators/cli-doc #649

Workflow file for this run

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.
on:
pull_request:
branches:
- main
- 'release-*'
paths:
- "docs/**"
- "**/*.md"
- ".github/ISSUE_TEMPLATE/*"
- ".goreleaser.yaml"
- "contrib/manifests/**"
push:
tags:
- 'v*'
jobs:
go-test-e2e:
name: go-test-e2e
runs-on: ubuntu-latest
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
steps:
- run: 'echo "No build required"'
lint:
name: lint
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'
verify:
name: verify
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'