File tree Expand file tree Collapse file tree 2 files changed +12
-15
lines changed Expand file tree Collapse file tree 2 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main
6
- - v3.12.x
7
- - v3.11.x
8
- - v3.10.x
9
- - v3.9.x
10
- - v3.8.x
6
+ - v4.0.x
7
+ - v3.13.x
11
8
- bump-otp-*
12
9
- bump-elixir-*
13
10
- bump-rbe-*
@@ -632,7 +629,7 @@ jobs:
632
629
- test-rabbit-9-mixed
633
630
uses : ./.github/workflows/test-plugin-mixed.yaml
634
631
with :
635
- repo_cache_key : $*** needs.check-workflow.outputs.repo_cache_key ***
632
+ repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
636
633
plugin : rabbitmq_federation_prometheus
637
634
secrets : inherit
638
635
test-rabbitmq_jms_topic_exchange-mixed :
@@ -936,11 +933,11 @@ jobs:
936
933
- test-rabbit-7-mixed
937
934
- test-rabbit-8-mixed
938
935
- test-rabbit-9-mixed
939
- + uses : ./.github/workflows/test-plugin-mixed.yaml
940
- + with :
941
- + repo_cache_key : $*** needs.check-workflow.outputs.repo_cache_key ***
942
- + plugin : rabbitmq_shovel_prometheus
943
- + secrets : inherit
936
+ uses : ./.github/workflows/test-plugin-mixed.yaml
937
+ with :
938
+ repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
939
+ plugin : rabbitmq_shovel_prometheus
940
+ secrets : inherit
944
941
test-rabbitmq_stomp-mixed :
945
942
needs :
946
943
- check-workflow
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ jobs:
554
554
repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
555
555
plugin : rabbitmq_federation_management
556
556
secrets : inherit
557
- test-rabbitmq_shovel_prometheus :
557
+ test-rabbitmq_federation_prometheus :
558
558
needs :
559
559
- check-workflow
560
560
- test-rabbit-0
@@ -569,8 +569,8 @@ jobs:
569
569
- test-rabbit-9
570
570
uses : ./.github/workflows/test-plugin.yaml
571
571
with :
572
- repo_cache_key : $*** needs.check-workflow.outputs.repo_cache_key ***
573
- plugin : rabbitmq_shovel_prometheus
572
+ repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
573
+ plugin : rabbitmq_federation_prometheus
574
574
secrets : inherit
575
575
test-rabbitmq_jms_topic_exchange :
576
576
needs :
@@ -875,7 +875,7 @@ jobs:
875
875
- test-rabbit-9
876
876
uses : ./.github/workflows/test-plugin.yaml
877
877
with :
878
- repo_cache_key : $*** needs.check-workflow.outputs.repo_cache_key ***
878
+ repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
879
879
plugin : rabbitmq_shovel_prometheus
880
880
secrets : inherit
881
881
test-rabbitmq_stomp :
You can’t perform that action at this time.
0 commit comments