Skip to content

fix: validate semver setting in webhook #811

fix: validate semver setting in webhook

fix: validate semver setting in webhook #811

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.0.0-rc1"