summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRin Kuryloski <kuryloskip@vmware.com>2023-03-16 12:52:56 +0100
committerRin Kuryloski <kuryloskip@vmware.com>2023-03-16 12:52:56 +0100
commit9467c2eab38ebb2183320eaba48d6b9c020ea45b (patch)
tree1520a4b46313413603236f7d8ddf64088865bf32
parentc23fd7159dd91cf32ab0aa4ae16feb974d7a8d97 (diff)
downloadrabbitmq-server-git-9467c2eab38ebb2183320eaba48d6b9c020ea45b.tar.gz
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
-rw-r--r--.github/workflows/oci.yaml2
-rw-r--r--.github/workflows/test-mixed-versions.yaml2
-rw-r--r--.github/workflows/test-selenium.yaml2
-rw-r--r--.github/workflows/test-windows.yaml2
-rw-r--r--.github/workflows/test.yaml2
5 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/oci.yaml b/.github/workflows/oci.yaml
index 4b52adfbf2..92239a48ae 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 8726a8b7ae..7fcc505d2b 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 fc33ec600a..19c38b6ee5 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 0c154a5179..324567a17b 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 09f4da134a..9aceb026e7 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