Skip to content

Commit

Permalink
Fix: renamed github workflow names
Browse files Browse the repository at this point in the history
- In order for badges to show individual testcases (pull, push, content-management and content-discovery)

Signed-off-by: guacamole <gunjanwalecha@gmail.com>
  • Loading branch information
guacamole committed Nov 30, 2021
1 parent 318807b commit edda077
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oci-dist-spec-content-discovery.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OCI Conformance Tests
name: OCI Spec - Content Discovery

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oci-dist-spec-content-management.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OCI Conformance Tests
name: OCI Spec - Content Management

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oci-dist-spec-pull.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OCI Conformance Tests
name: OCI Spec - Pull

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oci-dist-spec-push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OCI Conformance Tests
name: OCI Spec - Push

on:
pull_request:
Expand Down

0 comments on commit edda077

Please sign in to comment.