Skip to content

chore(deps): bump github.com/containifyci/engine-ci from 0.37.8 to 0.38.0 in the minor group #149

chore(deps): bump github.com/containifyci/engine-ci from 0.37.8 to 0.38.0 in the minor group

chore(deps): bump github.com/containifyci/engine-ci from 0.37.8 to 0.38.0 in the minor group #149

Workflow file for this run

name: Go service workflow
on:
pull_request:
branches:
- main
concurrency:
# Grouped by ref (branch/tag name) not to cancel other jobs running for other feature branches
group: engine_ci_service_${{ github.ref }}
# > cancel any currently running job or workflow in the same concurrency group
# in case of multiple pushes to the same branch, we just need the latest, so cancel all previous
cancel-in-progress: true
permissions:
contents: write # for checkout
id-token: write # for authenticating to Google Cloud Platform
pull-requests: write # for updating pr
jobs:
build-engine-ci:
uses: ./.github/workflows/engine-ci.yml
secrets: inherit