ci: Rename jobs (#11858)
This commit is contained in:
parent
8c471b58b3
commit
e24c01f798
3 changed files with 3 additions and 4 deletions
2
.github/workflows/docs-checker.yml
vendored
2
.github/workflows/docs-checker.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
types: [ opened, synchronize, reopened, edited ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
docs-required:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
|
|||
2
.github/workflows/publish-assets-develop.yml
vendored
2
.github/workflows/publish-assets-develop.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
branches: [ develop ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
build-dev-and-publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ env:
|
|||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
build-release-and-publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
@ -44,4 +44,3 @@ jobs:
|
|||
asset_path: build/assets.tar.gz
|
||||
asset_name: assets.tar.gz
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue