Change GH workflows job names
Make workflow jobs unique soe we can manage which ones are required to pass the build. Signed-off-by: Milos Gajdos <milosgajdos83@gmail.com>
This commit is contained in:
parent
ad8f5caba0
commit
21ffbdbedd
3 changed files with 5 additions and 5 deletions
4
.github/workflows/conformance.yml
vendored
4
.github/workflows/conformance.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue