Skip to content

feat: support InPlaceUpdate when only configuration changes are made #843

feat: support InPlaceUpdate when only configuration changes are made

feat: support InPlaceUpdate when only configuration changes are made #843

Workflow file for this run

name: test_workflows
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event-name }}
cancel-in-progress: true
jobs:
checks:
name: checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/checks
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
e2e:
name: e2e
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run
uses: ./.github/actions/e2e
with:
mo_version: "1.2.3"