Skip to content

Merge pull request #222 from bcgov/chore/more-tuning #136

Merge pull request #222 from bcgov/chore/more-tuning

Merge pull request #222 from bcgov/chore/more-tuning #136

Workflow file for this run

# This is the main workflow which will orchestrate the other workflows:
name: main
on:
push:
branches: [develop, main]
pull_request:
branches: [develop, main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-images:
uses: ./.github/workflows/build-images.yaml