Skip to content

Commit f59a837

Browse files
Add client- prefix to job names
Added to avoid confusion in the future, when workflows with similar jobs may be added (branch protection settings aggrgate all jobs with the same name, no matter which workflow they are from).
1 parent c0c3dd4 commit f59a837

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_dispatch:
1010

1111
jobs:
12-
build-and-test:
12+
client-build-and-test:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
@@ -43,7 +43,7 @@ jobs:
4343
check_name: Go Test Results # name under which test results will be presented in GitHub (optional)
4444
comment_on_pr: false # turns off commenting on Pull Requests
4545

46-
scan:
46+
client-scan:
4747
runs-on: ubuntu-latest
4848
env:
4949
GO111MODULE: on

0 commit comments

Comments
 (0)