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: 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