Skip to content

Commit a266a37

Browse files
committed
Bazel CI: Fix workflow templates
1 parent 56b7990 commit a266a37

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

.github/workflows/templates/test.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name: Test
2222
on:
2323
push:
2424
branches:
25-
- main
25+
#! - main
2626
- v4.0.x
2727
- v3.13.x
2828
- v3.12.x
@@ -42,7 +42,7 @@ on:
4242
- '*.bzl'
4343
- '*.bazel'
4444
- .github/workflows/test.yaml
45-
pull_request:
45+
#! pull_request:
4646
concurrency:
4747
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
4848
cancel-in-progress: true

.github/workflows/test.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Test
22
on:
33
push:
44
branches:
5-
# - main
65
- v4.0.x
76
- v3.13.x
87
- v3.12.x
@@ -22,7 +21,6 @@ on:
2221
- '*.bzl'
2322
- '*.bazel'
2423
- .github/workflows/test.yaml
25-
# pull_request:
2624
concurrency:
2725
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2826
cancel-in-progress: true
@@ -142,23 +140,6 @@ jobs:
142140
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
143141
plugin: trust_store_http
144142
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
162143
test-rabbit-0:
163144
needs:
164145
- check-workflow

0 commit comments

Comments
 (0)