Skip to content

fix: upgrade org.liquibase:liquibase-core from 4.29.2 to 4.30.0 #1672

fix: upgrade org.liquibase:liquibase-core from 4.29.2 to 4.30.0

fix: upgrade org.liquibase:liquibase-core from 4.29.2 to 4.30.0 #1672

Workflow file for this run

name: OTR
on:
workflow_dispatch:
push:
paths:
- "backend/otr/**"
- "backend/pom.xml"
- "frontend/packages/otr/**"
- "frontend/yarn.lock"
- "!**/*.md"
# Setting 'branches' has the side effect that just pushing tags does not start workflows.
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
frontend:
uses: ./.github/workflows/common-frontend.yml
with:
app-name: "otr"
cypress-base-url: "http://localhost:4001"
backend:
needs: frontend
uses: ./.github/workflows/common-backend.yml
with:
app-name: "otr"
deploy:
needs: backend
uses: ./.github/workflows/common-deploy.yml
with:
app-name: "otr"
image-name: "otr"
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}