From edda077739002ff9844ac1bbd545aed0300a65f2 Mon Sep 17 00:00:00 2001 From: guacamole Date: Tue, 30 Nov 2021 13:30:28 +0530 Subject: [PATCH] Fix: renamed github workflow names - In order for badges to show individual testcases (pull, push, content-management and content-discovery) Signed-off-by: guacamole --- .github/workflows/oci-dist-spec-content-discovery.yml | 2 +- .github/workflows/oci-dist-spec-content-management.yml | 2 +- .github/workflows/oci-dist-spec-pull.yml | 2 +- .github/workflows/oci-dist-spec-push.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/oci-dist-spec-content-discovery.yml b/.github/workflows/oci-dist-spec-content-discovery.yml index 67906d9d..e156ab0f 100644 --- a/.github/workflows/oci-dist-spec-content-discovery.yml +++ b/.github/workflows/oci-dist-spec-content-discovery.yml @@ -1,4 +1,4 @@ -name: OCI Conformance Tests +name: OCI Spec - Content Discovery on: pull_request: diff --git a/.github/workflows/oci-dist-spec-content-management.yml b/.github/workflows/oci-dist-spec-content-management.yml index 9f1b7632..538c67b2 100644 --- a/.github/workflows/oci-dist-spec-content-management.yml +++ b/.github/workflows/oci-dist-spec-content-management.yml @@ -1,4 +1,4 @@ -name: OCI Conformance Tests +name: OCI Spec - Content Management on: pull_request: diff --git a/.github/workflows/oci-dist-spec-pull.yml b/.github/workflows/oci-dist-spec-pull.yml index 42af2a82..efec79c6 100644 --- a/.github/workflows/oci-dist-spec-pull.yml +++ b/.github/workflows/oci-dist-spec-pull.yml @@ -1,4 +1,4 @@ -name: OCI Conformance Tests +name: OCI Spec - Pull on: pull_request: diff --git a/.github/workflows/oci-dist-spec-push.yml b/.github/workflows/oci-dist-spec-push.yml index ea17f9df..885863a3 100644 --- a/.github/workflows/oci-dist-spec-push.yml +++ b/.github/workflows/oci-dist-spec-push.yml @@ -1,4 +1,4 @@ -name: OCI Conformance Tests +name: OCI Spec - Push on: pull_request: