Build Go Service — push (feat/memlimit) — [feat: implement correct memory limit logging in main.go ] #859
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build | |
| run-name: > | |
| Build Go Service — | |
| ${{ github.event_name }} (${{ github.head_ref || github.ref_name }}) — | |
| [${{ github.event_name == 'push' && format('{0}', github.event.head_commit.message) || '' }} | |
| ${{ github.event_name == 'pull_request' && format('{0}', github.event.pull_request.title) || '' }}] | |
| on: | |
| push: | |
| pull_request: | |
| types: [ opened, synchronize, reopened ] | |
| jobs: | |
| build-go-service: | |
| name: Build go service | |
| uses: netcracker/qubership-core-infra/.github/workflows/generic-build-go-service.yaml@v1.3.3 | |
| with: | |
| actor: ${{ github.actor }} | |
| sonar-project-key: ${{ vars.SONAR_PROJECT_KEY }} | |
| secrets: | |
| sonar-token: ${{ secrets.SONAR_TOKEN }} |