Skip to content

Merge pull request #225 from bcgov/chore/222-pgo-migration-cleanup #11

Merge pull request #225 from bcgov/chore/222-pgo-migration-cleanup

Merge pull request #225 from bcgov/chore/222-pgo-migration-cleanup #11

Workflow file for this run

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