Merge pull request #3448 from milosgajdos/action-job-names

Make GH workflows job names unique
This commit is contained in:
Wang Yan 2021-06-30 22:03:43 +08:00 committed by GitHub
commit 3fa4e42634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ on:
push:
jobs:
run:
run-conformance-test:
runs-on: ubuntu-latest
steps:
- name: set up docker

View File

@ -9,7 +9,7 @@ on:
- main
jobs:
run:
run-e2e-test:
runs-on: ubuntu-latest
steps:
- name: set up docker

View File

@ -5,7 +5,7 @@ on:
- push
jobs:
build:
scan-license:
runs-on: ubuntu-latest
steps: