Skip to content

Commit

Permalink
Merge pull request #78 from containerish/github-action-rename
Browse files Browse the repository at this point in the history
Fix: renamed github workflow names
  • Loading branch information
guacamole authored Nov 30, 2021
2 parents 318807b + edda077 commit e063660
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 e063660

Please sign in to comment.