chore: Consistent job names in GH actions (#3099)

This commit is contained in:
Lipis 2021-02-24 12:12:19 +02:00 committed by GitHub
parent b44531d94a
commit c0e05445b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 10 deletions

View file

@ -6,7 +6,7 @@ on:
- master
jobs:
build:
build-docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

View file

@ -7,7 +7,7 @@ on:
pull_request:
jobs:
build:
packages:
runs-on: ubuntu-latest
steps:

View file

@ -8,7 +8,7 @@ on:
- synchronize
jobs:
main:
semantic:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v3.0.0

View file

@ -6,7 +6,7 @@ on:
- master
jobs:
release:
sentry:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2