Skip to content

chore(deps): bump the all group with 2 updates (#917) #202

chore(deps): bump the all group with 2 updates (#917)

chore(deps): bump the all group with 2 updates (#917) #202

Workflow file for this run

name: 'Push'
on:
push:
branches: master
tags: v*
concurrency:
group: ci-tests-${{ github.ref }}-1
cancel-in-progress: true
jobs:
call-lint:
uses: ./.github/workflows/_golangci-lint.yml
call-test:
uses: ./.github/workflows/_test.yml
call-gorelease:
needs: [call-lint, call-test]
uses: ./.github/workflows/_gorelease.yml
call-buildx:
needs: call-gorelease
uses: ./.github/workflows/_buildx.yml