From f8ba43cf0a1c6e996f549846c276d916fd1abed7 Mon Sep 17 00:00:00 2001 From: daz Date: Sat, 3 Aug 2024 15:10:49 -0600 Subject: [PATCH] Better names for suite workflows --- .github/workflows/suite-integ-test-caching.yml | 2 +- .github/workflows/suite-integ-test-other.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/suite-integ-test-caching.yml b/.github/workflows/suite-integ-test-caching.yml index 845614d4..f3e3b9b1 100644 --- a/.github/workflows/suite-integ-test-caching.yml +++ b/.github/workflows/suite-integ-test-caching.yml @@ -1,4 +1,4 @@ -name: CI-integ-test +name: suite-integ-test-caching on: workflow_call: diff --git a/.github/workflows/suite-integ-test-other.yml b/.github/workflows/suite-integ-test-other.yml index 90a8cc58..c36eb223 100644 --- a/.github/workflows/suite-integ-test-other.yml +++ b/.github/workflows/suite-integ-test-other.yml @@ -1,4 +1,4 @@ -name: CI-integ-test +name: suite-integ-test-other on: workflow_call: