Rename check workflow to build
This commit is contained in:
parent
a511d6ae8e
commit
e5c47a46b5
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -3,7 +3,7 @@ name: ci
|
||||
on: [ push, pull_request ]
|
||||
|
||||
jobs:
|
||||
check:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
@ -41,8 +41,8 @@ jobs:
|
||||
if: matrix.os == 'macos-latest'
|
||||
|
||||
publish:
|
||||
needs: check
|
||||
if: github.ref == 'refs/heads/master' && github.event_name == 'push' && needs.check.result == 'success'
|
||||
needs: build
|
||||
if: github.ref == 'refs/heads/master' && github.event_name == 'push' && needs.build.result == 'success'
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user