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:
Milos Gajdos 2021-06-30 08:20:39 +01:00
parent ad8f5caba0
commit 21ffbdbedd
No known key found for this signature in database
GPG key ID: 8B31058CC55DFD4F
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: