Skip to content

Commit

Permalink
Skip Go/K8s test suite when docs are changed (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
maci3jka committed Sep 20, 2024
1 parent d189816 commit 5fe3c27
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Go

on:
push:
paths-ignore:
- 'docs/**'
branches:
- main
- autoupdate/strict
Expand All @@ -10,6 +12,8 @@ on:
- 'autoupdate/release-[0-9]+.[0-9]+-strict'
- 'autoupdate/sync/**'
pull_request:
paths-ignore:
- 'docs/**'

permissions:
contents: read
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/integration-informing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ name: Informing Integration Tests

on:
push:
paths-ignore:
- 'docs/**'
branches:
- main
- 'release-[0-9]+.[0-9]+'
- 'autoupdate/sync/**'
pull_request:
paths-ignore:
- 'docs/**'

permissions:
contents: read
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Integration Tests

on:
push:
paths-ignore:
- 'docs/**'
branches:
- main
- autoupdate/strict
Expand All @@ -10,6 +12,8 @@ on:
- 'autoupdate/release-[0-9]+.[0-9]+-strict'
- 'autoupdate/sync/**'
pull_request:
paths-ignore:
- 'docs/**'

permissions:
contents: read
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Python

on:
push:
paths-ignore:
- 'docs/**'
branches:
- main
- autoupdate/strict
Expand All @@ -10,6 +12,8 @@ on:
- 'autoupdate/release-[0-9]+.[0-9]+-strict'
- 'autoupdate/sync/**'
pull_request:
paths-ignore:
- 'docs/**'

permissions:
contents: read
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/sbom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: SBOM

on:
push:
paths-ignore:
- 'docs/**'
branches:
- main
- autoupdate/strict
Expand All @@ -10,6 +12,8 @@ on:
- 'autoupdate/release-[0-9]+.[0-9]+-strict'
- 'autoupdate/sync/**'
pull_request:
paths-ignore:
- 'docs/**'

permissions:
contents: read
Expand Down

0 comments on commit 5fe3c27

Please sign in to comment.