Browse Source

Remove `build-` prefix from CI job names (#1481)

pull/1483/head
josetr 5 years ago committed by GitHub
parent
commit
3193bea7bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/main.yml

4
.github/workflows/main.yml

@ -3,7 +3,7 @@ name: CI @@ -3,7 +3,7 @@ name: CI
on: [push, pull_request]
jobs:
build-posix:
posix:
strategy:
matrix:
config:
@ -37,7 +37,7 @@ jobs: @@ -37,7 +37,7 @@ jobs:
path: build/**/TestResult.xml
access-token: ${{ secrets.GITHUB_TOKEN }}
build-windows:
windows:
strategy:
matrix:
config:

Loading…
Cancel
Save