From d6fa9a54b13afeeeba3600cd28c6147773873b20 Mon Sep 17 00:00:00 2001 From: Rin Kuryloski Date: Thu, 16 Mar 2023 12:52:56 +0100 Subject: [PATCH] Give each of the summary jobs in actions different names Otherwise they do not appear to be selectable in the github branch protection rules UI (cherry picked from commit 9467c2eab38ebb2183320eaba48d6b9c020ea45b) --- .github/workflows/oci.yaml | 2 +- .github/workflows/test-mixed-versions.yaml | 2 +- .github/workflows/test-selenium.yaml | 2 +- .github/workflows/test-windows.yaml | 2 +- .github/workflows/test.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/oci.yaml b/.github/workflows/oci.yaml index 631404e27279..68fa1cf27f87 100644 --- a/.github/workflows/oci.yaml +++ b/.github/workflows/oci.yaml @@ -134,7 +134,7 @@ jobs: docker push pivotalrabbitmq/rabbitmq:${TAG_1} docker push pivotalrabbitmq/rabbitmq:${TAG_2} - summary: + summary-oci: needs: - build-publish-dev-bazel runs-on: ubuntu-latest diff --git a/.github/workflows/test-mixed-versions.yaml b/.github/workflows/test-mixed-versions.yaml index 3b39d615cdf5..ecdfbc26b23a 100644 --- a/.github/workflows/test-mixed-versions.yaml +++ b/.github/workflows/test-mixed-versions.yaml @@ -215,7 +215,7 @@ jobs: --build_tests_only \ --test_env RABBITMQ_CT_HELPERS_DELETE_UNUSED_NODES=true \ --verbose_failures - summary: + summary-mixed-versions: needs: - test-mixed-versions - test-exclusive-mixed-versions diff --git a/.github/workflows/test-selenium.yaml b/.github/workflows/test-selenium.yaml index de981e70b8aa..9b5b01a6616b 100644 --- a/.github/workflows/test-selenium.yaml +++ b/.github/workflows/test-selenium.yaml @@ -102,7 +102,7 @@ jobs: logs/* screens/* - summary: + summary-selenium: needs: - selenium runs-on: ubuntu-latest diff --git a/.github/workflows/test-windows.yaml b/.github/workflows/test-windows.yaml index 0c154a517993..324567a17b17 100644 --- a/.github/workflows/test-windows.yaml +++ b/.github/workflows/test-windows.yaml @@ -63,7 +63,7 @@ jobs: --test_tag_filters=-aws,-docker,-bats,-starts-background-broker ^ --build_tests_only ^ --verbose_failures - summary: + summary-windows: needs: - test runs-on: ubuntu-latest diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8440b20c620f..6a4b0f45af27 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -127,7 +127,7 @@ jobs: --build_tests_only \ --test_env RABBITMQ_CT_HELPERS_DELETE_UNUSED_NODES=true \ --verbose_failures - summary: + summary-test: needs: - test - test-exclusive