Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make GH workflows job names unique #3448

Merged
merged 1 commit into from
Jun 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:

jobs:
run:
run-conformance-test:
runs-on: ubuntu-latest
steps:
- name: set up docker
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

jobs:
run:
run-e2e-test:
runs-on: ubuntu-latest
steps:
- name: set up docker
Expand All @@ -36,4 +36,4 @@ jobs:

- name: script
run: |
bash ./main/tests/push.sh $IP
bash ./main/tests/push.sh $IP
2 changes: 1 addition & 1 deletion .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- push

jobs:
build:
scan-license:
runs-on: ubuntu-latest

steps:
Expand Down