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
@ -37,4 +37,4 @@ jobs:
OCI_TEST_PUSH: 1
OCI_TEST_CONTENT_DISCOVERY: 1
OCI_TEST_CONTENT_MANAGEMENT: 1
OCI_HIDE_SKIPPED_WORKFLOWS: 1
OCI_HIDE_SKIPPED_WORKFLOWS: 1

View File

@ -9,7 +9,7 @@ on:
- main
jobs:
run:
run-e2e-test:
runs-on: ubuntu-latest
steps:
- name: set up docker
@ -36,4 +36,4 @@ jobs:
- name: script
run: |
bash ./main/tests/push.sh $IP
bash ./main/tests/push.sh $IP

View File

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