Skip to content

Commit cedc6ed

Browse files
authored
Merge pull request #7643 from rabbitmq/mergify/bp/v3.12.x/pr-7640
Give each of the summary jobs in actions different names (backport #7640)
2 parents ae9219a + d6fa9a5 commit cedc6ed

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/oci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
docker push pivotalrabbitmq/rabbitmq:${TAG_1}
135135
docker push pivotalrabbitmq/rabbitmq:${TAG_2}
136136
137-
summary:
137+
summary-oci:
138138
needs:
139139
- build-publish-dev-bazel
140140
runs-on: ubuntu-latest

.github/workflows/test-mixed-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
--build_tests_only \
216216
--test_env RABBITMQ_CT_HELPERS_DELETE_UNUSED_NODES=true \
217217
--verbose_failures
218-
summary:
218+
summary-mixed-versions:
219219
needs:
220220
- test-mixed-versions
221221
- test-exclusive-mixed-versions

.github/workflows/test-selenium.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
logs/*
103103
screens/*
104104
105-
summary:
105+
summary-selenium:
106106
needs:
107107
- selenium
108108
runs-on: ubuntu-latest

.github/workflows/test-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
--test_tag_filters=-aws,-docker,-bats,-starts-background-broker ^
6464
--build_tests_only ^
6565
--verbose_failures
66-
summary:
66+
summary-windows:
6767
needs:
6868
- test
6969
runs-on: ubuntu-latest

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
--build_tests_only \
128128
--test_env RABBITMQ_CT_HELPERS_DELETE_UNUSED_NODES=true \
129129
--verbose_failures
130-
summary:
130+
summary-test:
131131
needs:
132132
- test
133133
- test-exclusive

0 commit comments

Comments
 (0)