mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-03-14 06:23:01 +03:00
ci: also exclude helm/** from app CI workflows
This commit is contained in:
2
.github/workflows/astro-build-test.yml
vendored
2
.github/workflows/astro-build-test.yml
vendored
@@ -7,12 +7,14 @@ on:
|
|||||||
- 'README.md'
|
- 'README.md'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'www/**'
|
- 'www/**'
|
||||||
|
- 'helm/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ '*' ]
|
branches: [ '*' ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'www/**'
|
- 'www/**'
|
||||||
|
- 'helm/**'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
@@ -9,6 +9,7 @@ on:
|
|||||||
- "CHANGELOG.md"
|
- "CHANGELOG.md"
|
||||||
- "LICENSE"
|
- "LICENSE"
|
||||||
- "www/**"
|
- "www/**"
|
||||||
|
- "helm/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["*"]
|
branches: ["*"]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
@@ -17,6 +18,7 @@ on:
|
|||||||
- "CHANGELOG.md"
|
- "CHANGELOG.md"
|
||||||
- "LICENSE"
|
- "LICENSE"
|
||||||
- "www/**"
|
- "www/**"
|
||||||
|
- "helm/**"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
debug_enabled:
|
debug_enabled:
|
||||||
|
|||||||
2
.github/workflows/nix-build.yml
vendored
2
.github/workflows/nix-build.yml
vendored
@@ -9,12 +9,14 @@ on:
|
|||||||
- 'README.md'
|
- 'README.md'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'www/**'
|
- 'www/**'
|
||||||
|
- 'helm/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'www/**'
|
- 'www/**'
|
||||||
|
- 'helm/**'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user