Skip to content

Build migration verifier on release (#273) #152

Build migration verifier on release (#273)

Build migration verifier on release (#273) #152

Workflow file for this run

name: Workflow
on:
workflow_dispatch:
push:
branches: [ main ]
#paths: [ src/**, tests/**, .github/workflows/** ]
paths-ignore:
- 'tests/k6/**'
jobs:
publish:
uses: ./.github/workflows/BuildTestPublish.yml
with:
publishArtifacts: true
deployTest:
needs: [ publish ]
uses: ./.github/workflows/Deploy.yml
secrets: inherit
with:
environment: test
#
# deployTest:
# needs: [ publish ]
# uses: ./.github/workflows/Deploy.yml
# secrets: inherit
# with:
# environment: test