File tree Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ name: Test
22
22
on :
23
23
push :
24
24
branches :
25
- - main
25
+ # ! - main
26
26
- v4.0.x
27
27
- v3.13.x
28
28
- v3.12.x
42
42
- ' *.bzl'
43
43
- ' *.bazel'
44
44
- .github/workflows/test.yaml
45
- pull_request :
45
+ # ! pull_request:
46
46
concurrency :
47
47
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
48
48
cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Test
2
2
on :
3
3
push :
4
4
branches :
5
- # - main
6
5
- v4.0.x
7
6
- v3.13.x
8
7
- v3.12.x
22
21
- ' *.bzl'
23
22
- ' *.bazel'
24
23
- .github/workflows/test.yaml
25
- # pull_request:
26
24
concurrency :
27
25
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
28
26
cancel-in-progress : true
@@ -142,23 +140,6 @@ jobs:
142
140
repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
143
141
plugin : trust_store_http
144
142
secrets : inherit
145
- test-rabbit-make :
146
- needs :
147
- - check-workflow
148
- - test-amqp10_client
149
- - test-amqp10_common
150
- - test-amqp_client
151
- - test-oauth2_client
152
- - test-rabbit_common
153
- - test-rabbitmq_ct_client_helpers
154
- - test-rabbitmq_ct_helpers
155
- - test-rabbitmq_stream_common
156
- - test-trust_store_http
157
- uses : ./.github/workflows/test-plugin-make.yaml
158
- with :
159
- repo_cache_key : ${{ needs.check-workflow.outputs.repo_cache_key }}
160
- plugin : rabbit
161
- secrets : inherit
162
143
test-rabbit-0 :
163
144
needs :
164
145
- check-workflow
You can’t perform that action at this time.
0 commit comments