git.delta.rocks / unique-network / refs/commits / 6878b4fe8239

difftreelog

Update ci-develop.yml

Alex2022-10-19parent: #31d4f1e.patch.diff
in: master

1 file changed

modified.github/workflows/ci-develop.ymldiffbeforeafterboth
1# Workflow which controls starts nested workflows.
1name: develop2name: develop
23
4# 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 ]
79
10#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: true
1114
15# List of a jobs included into Workflow.
12jobs:16jobs:
1317
14 yarn-test-dev:18 yarn-test-dev: