git.delta.rocks / unique-network / refs/commits / 0e2b41963bec

difftreelog

Update ci-master.yml

Alex2022-10-19parent: #6878b4f.patch.diff
in: master

1 file changed

modified.github/workflows/ci-master.ymldiffbeforeafterboth
1# Workflow which controls starts nested workflows.
1name: master2name: master
23
4# Triger: PR at 'master' branch with following types of events.
3on:5on:
4 pull_request:6 pull_request:
5 branches: [ 'master' ]7 branches: [ 'master' ]
6 types: [ opened, reopened, synchronize, ready_for_review ]8 types: [ opened, reopened, synchronize, ready_for_review ]
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 unit-test:18 unit-test: