mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-14 00:49:31 -05:00
Run code tests on go.mod and go.sum changes
This commit is contained in:
parent
74c3c93dec
commit
6c9e18a6b5
4
.github/workflows/build-binaries.yml
vendored
4
.github/workflows/build-binaries.yml
vendored
@ -8,9 +8,13 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
|
- "**/go.mod"
|
||||||
|
- "**/go.sum"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
|
- "**/go.mod"
|
||||||
|
- "**/go.sum"
|
||||||
|
|
||||||
# Abort runs of *this* workflow, if a new commit with the same ref is pushed.
|
# Abort runs of *this* workflow, if a new commit with the same ref is pushed.
|
||||||
concurrency:
|
concurrency:
|
||||||
|
2
.github/workflows/check-licenses.yml
vendored
2
.github/workflows/check-licenses.yml
vendored
@ -6,10 +6,12 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
- "**/go.mod"
|
- "**/go.mod"
|
||||||
|
- "**/go.sum"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
- "**/go.mod"
|
- "**/go.mod"
|
||||||
|
- "**/go.sum"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
4
.github/workflows/test-govulncheck.yml
vendored
4
.github/workflows/test-govulncheck.yml
vendored
@ -7,9 +7,13 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
|
- "**/go.mod"
|
||||||
|
- "**/go.sum"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
|
- "**/go.mod"
|
||||||
|
- "**/go.sum"
|
||||||
|
|
||||||
# Abort runs of *this* workflow, if a new commit with the same ref is pushed.
|
# Abort runs of *this* workflow, if a new commit with the same ref is pushed.
|
||||||
concurrency:
|
concurrency:
|
||||||
|
4
.github/workflows/test-integration.yml
vendored
4
.github/workflows/test-integration.yml
vendored
@ -7,9 +7,13 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
|
- "**/go.mod"
|
||||||
|
- "**/go.sum"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
|
- "**/go.mod"
|
||||||
|
- "**/go.sum"
|
||||||
|
|
||||||
# Abort runs of *this* workflow, if a new commit with the same ref is pushed.
|
# Abort runs of *this* workflow, if a new commit with the same ref is pushed.
|
||||||
concurrency:
|
concurrency:
|
||||||
|
4
.github/workflows/test-lint.yml
vendored
4
.github/workflows/test-lint.yml
vendored
@ -7,9 +7,13 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
|
- "**/go.mod"
|
||||||
|
- "**/go.sum"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
|
- "**/go.mod"
|
||||||
|
- "**/go.sum"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
4
.github/workflows/test-tidy.yml
vendored
4
.github/workflows/test-tidy.yml
vendored
@ -7,9 +7,13 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
|
- "**/go.mod"
|
||||||
|
- "**/go.sum"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
|
- "**/go.mod"
|
||||||
|
- "**/go.sum"
|
||||||
|
|
||||||
# Abort runs of *this* workflow, if a new commit with the same ref is pushed.
|
# Abort runs of *this* workflow, if a new commit with the same ref is pushed.
|
||||||
concurrency:
|
concurrency:
|
||||||
|
4
.github/workflows/test-unittest.yml
vendored
4
.github/workflows/test-unittest.yml
vendored
@ -7,9 +7,13 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
|
- "**/go.mod"
|
||||||
|
- "**/go.sum"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "**.go"
|
- "**.go"
|
||||||
|
- "**/go.mod"
|
||||||
|
- "**/go.sum"
|
||||||
|
|
||||||
# Abort runs of *this* workflow, if a new commit with the same ref is pushed.
|
# Abort runs of *this* workflow, if a new commit with the same ref is pushed.
|
||||||
concurrency:
|
concurrency:
|
||||||
|
Loading…
Reference in New Issue
Block a user