mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-03 11:00:09 -05:00
ci: run tests on workflow file change
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
690b50b29d
commit
71708a967c
4
.github/workflows/check-licenses.yml
vendored
4
.github/workflows/check-licenses.yml
vendored
@ -7,11 +7,15 @@ on:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
- "**/go.sum"
|
||||
- "./.github/workflows/check-licenses.yml"
|
||||
- "hack/check-licenses.sh"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
- "**/go.sum"
|
||||
- "./.github/workflows/check-licenses.yml"
|
||||
- "hack/check-licenses.sh"
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
2
.github/workflows/check-links.yml
vendored
2
.github/workflows/check-links.yml
vendored
@ -8,10 +8,12 @@ on:
|
||||
paths:
|
||||
- "**.md"
|
||||
- "**.html"
|
||||
- "./.github/workflows/check-links.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.md"
|
||||
- "**.html"
|
||||
- "./.github/workflows/check-links.yml"
|
||||
|
||||
jobs:
|
||||
linkChecker:
|
||||
|
2
.github/workflows/test-govulncheck.yml
vendored
2
.github/workflows/test-govulncheck.yml
vendored
@ -10,11 +10,13 @@ on:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
- "**/go.sum"
|
||||
- "./github/workflows/test-govulncheck.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
- "**/go.sum"
|
||||
- "./github/workflows/test-govulncheck.yml"
|
||||
|
||||
jobs:
|
||||
govulncheck:
|
||||
|
2
.github/workflows/test-integration.yml
vendored
2
.github/workflows/test-integration.yml
vendored
@ -10,11 +10,13 @@ on:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
- "**/go.sum"
|
||||
- "./github/workflows/test-integration.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
- "**/go.sum"
|
||||
- "./github/workflows/test-integration.yml"
|
||||
|
||||
jobs:
|
||||
integration-test:
|
||||
|
2
.github/workflows/test-lint.yml
vendored
2
.github/workflows/test-lint.yml
vendored
@ -10,11 +10,13 @@ on:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
- "**/go.sum"
|
||||
- "./github/workflows/test-lint.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
- "**/go.sum"
|
||||
- "./github/workflows/test-lint.yml"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
2
.github/workflows/test-operator-codegen.yml
vendored
2
.github/workflows/test-operator-codegen.yml
vendored
@ -9,9 +9,11 @@ on:
|
||||
- "release/**"
|
||||
paths:
|
||||
- "operators/**"
|
||||
- "./.github/workflows/test-operator-codegen.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "operators/**"
|
||||
- "./.github/workflows/test-operator-codegen.yml"
|
||||
|
||||
jobs:
|
||||
govulncheck:
|
||||
|
2
.github/workflows/test-shellcheck.yml
vendored
2
.github/workflows/test-shellcheck.yml
vendored
@ -9,11 +9,13 @@ on:
|
||||
- "**.sh"
|
||||
- "**.bash"
|
||||
- "image/**"
|
||||
- "./github/workflows/test-shellcheck.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.sh"
|
||||
- "**.bash"
|
||||
- "image/**"
|
||||
- "./github/workflows/test-shellcheck.yml"
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
|
2
.github/workflows/test-shellfmt.yml
vendored
2
.github/workflows/test-shellfmt.yml
vendored
@ -9,11 +9,13 @@ on:
|
||||
- "**.sh"
|
||||
- "**.bash"
|
||||
- "image/**"
|
||||
- "./github/workflows/test-shellfmt.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.sh"
|
||||
- "**.bash"
|
||||
- "image/**"
|
||||
- "./github/workflows/test-shellfmt.yml"
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
|
2
.github/workflows/test-tf.yml
vendored
2
.github/workflows/test-tf.yml
vendored
@ -9,10 +9,12 @@ on:
|
||||
paths:
|
||||
- "**.tf"
|
||||
- "**.lock.hcl"
|
||||
- "./github/workflows/test-tf.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.tf"
|
||||
- "**.lock.hcl"
|
||||
- "./github/workflows/test-tf.yml"
|
||||
|
||||
jobs:
|
||||
tfsec:
|
||||
|
2
.github/workflows/test-tfsec.yml
vendored
2
.github/workflows/test-tfsec.yml
vendored
@ -8,9 +8,11 @@ on:
|
||||
- "release/**"
|
||||
paths:
|
||||
- "**.tf"
|
||||
- "./github/workflows/test-tfsec.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.tf"
|
||||
- "./github/workflows/test-tfsec.yml"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
2
.github/workflows/test-tidy.yml
vendored
2
.github/workflows/test-tidy.yml
vendored
@ -10,11 +10,13 @@ on:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
- "**/go.sum"
|
||||
- "./github/workflows/test-tidy.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
- "**/go.sum"
|
||||
- "./github/workflows/test-tidy.yml"
|
||||
|
||||
jobs:
|
||||
gotidycheck:
|
||||
|
2
.github/workflows/test-unittest.yml
vendored
2
.github/workflows/test-unittest.yml
vendored
@ -10,11 +10,13 @@ on:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
- "**/go.sum"
|
||||
- "./github/workflows/test-unittest.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
- "**/go.sum"
|
||||
- "./github/workflows/test-unittest.yml"
|
||||
|
||||
jobs:
|
||||
test-linux:
|
||||
|
Loading…
x
Reference in New Issue
Block a user