ci: Rename jobs (#11858)

This commit is contained in:
gavin 2020-11-04 12:18:18 +05:30 committed by GitHub
parent 8c471b58b3
commit e24c01f798
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View file

@ -4,7 +4,7 @@ on:
types: [ opened, synchronize, reopened, edited ]
jobs:
build:
docs-required:
runs-on: ubuntu-latest
steps:

View file

@ -5,7 +5,7 @@ on:
branches: [ develop ]
jobs:
build:
build-dev-and-publish:
runs-on: ubuntu-latest
steps:

View file

@ -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