Skip to content

Revert "feat: IM-1016 add post deploy for azure and gcp (#90)" #106

Revert "feat: IM-1016 add post deploy for azure and gcp (#90)"

Revert "feat: IM-1016 add post deploy for azure and gcp (#90)" #106

Workflow file for this run

name: Workflow that runs on pull requests
on:
pull_request:
jobs:
changesets:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Installing dependencies and building packages
uses: ./.github/actions/ci
- name: Run tests
uses: ./.github/actions/test