mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: always run bazel tidy/check/generate workflow
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
9819d71434
commit
a3b328360d
14
.github/workflows/test-tidy.yml
vendored
14
.github/workflows/test-tidy.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: tidy-and-check
|
name: tidy-check-generate
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -6,21 +6,11 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- "release/**"
|
- "release/**"
|
||||||
paths:
|
|
||||||
- "**.go"
|
|
||||||
- "**/go.mod"
|
|
||||||
- "**/go.sum"
|
|
||||||
- ".github/workflows/test-tidy.yml"
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
|
||||||
- "**.go"
|
|
||||||
- "**/go.mod"
|
|
||||||
- "**/go.sum"
|
|
||||||
- ".github/workflows/test-tidy.yml"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tidycheck:
|
tidycheck:
|
||||||
name: tidy and check
|
name: tidy, check and generate
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user