Skip to content

Commit d6fa9a5

Browse files
HoloRinmergify[bot]
authored andcommitted
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 9467c2e)
1 parent aef9f6d commit d6fa9a5

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)