Skip to content

fix: Scope entity naming and ID generation to Data Model #444

fix: Scope entity naming and ID generation to Data Model

fix: Scope entity naming and ID generation to Data Model #444

Workflow file for this run

name: cicd-pr
on:
pull_request:
types: [opened, synchronize, reopened, review_requested, ready_for_review]
branches:
- main
jobs:
build-and-test:
# Don't run when the pull request is a draft
if: github.event.pull_request.draft == false
# We only run on windows and macos here, since ubuntu already handled by the cicd-feature workflow on the push action.
uses: ./.github/workflows/build-and-test.yml