ci: always run bazel tidy/check/generate workflow

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-03-17 17:02:27 +01:00
parent 9819d71434
commit a3b328360d

View File

@ -1,4 +1,4 @@
name: tidy-and-check
name: tidy-check-generate
on:
workflow_dispatch:
@ -6,21 +6,11 @@ on:
branches:
- main
- "release/**"
paths:
- "**.go"
- "**/go.mod"
- "**/go.sum"
- ".github/workflows/test-tidy.yml"
pull_request:
paths:
- "**.go"
- "**/go.mod"
- "**/go.sum"
- ".github/workflows/test-tidy.yml"
jobs:
tidycheck:
name: tidy and check
name: tidy, check and generate
runs-on: ubuntu-22.04
steps:
- name: Checkout