difftreelog
Update ci-develop.yml
in: master
1 file changed
.github/workflows/ci-develop.ymldiffbeforeafterboth1# Workflow which controls starts nested workflows.1name: develop2name: develop234# Triger: PR at 'develop' branch with following types of events.3on:5on:4 pull_request:6 pull_request:5 branches: [ 'develop' ]7 branches: [ 'develop' ]6 types: [ opened, reopened, synchronize, ready_for_review, converted_to_draft ]8 types: [ opened, reopened, synchronize, ready_for_review, converted_to_draft ]7910#Concurency group for control execution queue over github runners.8concurrency:11concurrency:9 group: ${{ github.workflow }}-${{ github.head_ref }}12 group: ${{ github.workflow }}-${{ github.head_ref }}10 cancel-in-progress: true13 cancel-in-progress: true111415# List of a jobs included into Workflow.12jobs:16jobs:131714 yarn-test-dev:18 yarn-test-dev: