diff options
author | Valery Piashchynski <[email protected]> | 2020-12-14 19:32:07 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-14 19:32:07 +0300 |
commit | 362fb48c7bdb89626cfc644b1976e780559cc77f (patch) | |
tree | 955e230c367262df466567aef98300b80ceb36d0 /.github | |
parent | ac2fc94112d8103cc8891ffdd454c90fbe0f3275 (diff) |
Add OS type to the build name
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e39a340a..50343341 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: jobs: golang: - name: Build (Go ${{ matrix.go }}, PHP ${{ matrix.php }}) + name: Build (Go ${{ matrix.go }}, PHP ${{ matrix.php }}, OS ${{matrix.os}}) runs-on: ${{ matrix.os }} timeout-minutes: 10 strategy: |