difftreelog
Update ci-master.yml
in: master
1 file changed
.github/workflows/ci-master.ymldiffbeforeafterboth1# Workflow which controls starts nested workflows.1name: master2name: master234# 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 ]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 unit-test:18 unit-test: