Skip to content

chore(deps): Bump bufbuild/buf-setup-action from 1.17.0 to 1.18.0 (#125) #427

chore(deps): Bump bufbuild/buf-setup-action from 1.17.0 to 1.18.0 (#125)

chore(deps): Bump bufbuild/buf-setup-action from 1.17.0 to 1.18.0 (#125) #427

Workflow file for this run

name: "Workflow Dispatch"
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-lint:
name: "Lint"
uses: ./.github/workflows/lint.yml
secrets: inherit
call-build:
name: "Build & Test"
needs: call-lint
uses: ./.github/workflows/build.yml
secrets: inherit
call-release:
name: "Release"
needs: call-build
if: ${{ github.ref_protected == true }}
uses: ./.github/workflows/release.yml
secrets: inherit