1
0
mirror of https://github.com/distribution/distribution synced 2024-11-12 05:45:51 +01:00

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

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

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

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