Skip to content

Commit c8acf3c

Browse files
committed
chore: migrate to new generic workflow for build
1 parent 6c6b44f commit c8acf3c

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/go-build.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
name: Go build
1+
name: Build
2+
3+
run-name: >
4+
Build Go Lib —
5+
${{ github.event_name }} (${{ github.head_ref || github.ref_name }}) —
6+
[${{ github.event_name == 'push' && format('{0}', github.event.head_commit.message) || '' }}
7+
${{ github.event_name == 'pull_request' && format('{0}', github.event.pull_request.title) || '' }}]
28
39
on:
410
push:
511
pull_request:
612
types: [ opened, synchronize, reopened ]
713

814
jobs:
9-
build:
10-
uses: netcracker/qubership-core-infra/.github/workflows/[email protected]
15+
build-go-lib:
16+
name: Build go lib
17+
uses: Netcracker/qubership-core-infra/.github/workflows/[email protected]
1118
with:
1219
actor: ${{ github.actor }}
1320
sonar-project-key: ${{ vars.SONAR_PROJECT_KEY }}

0 commit comments

Comments
 (0)