Skip to content

Commit

Permalink
Bazel CI: Fix workflow templates
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoguin committed Sep 27, 2024
1 parent 56b7990 commit a266a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/templates/test.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name: Test
on:
push:
branches:
- main
#! - main
- v4.0.x
- v3.13.x
- v3.12.x
Expand All @@ -42,7 +42,7 @@ on:
- '*.bzl'
- '*.bazel'
- .github/workflows/test.yaml
pull_request:
#! pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Test
on:
push:
branches:
# - main
- v4.0.x
- v3.13.x
- v3.12.x
Expand All @@ -22,7 +21,6 @@ on:
- '*.bzl'
- '*.bazel'
- .github/workflows/test.yaml
# pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -142,23 +140,6 @@ jobs:
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
plugin: trust_store_http
secrets: inherit
test-rabbit-make:
needs:
- check-workflow
- test-amqp10_client
- test-amqp10_common
- test-amqp_client
- test-oauth2_client
- test-rabbit_common
- test-rabbitmq_ct_client_helpers
- test-rabbitmq_ct_helpers
- test-rabbitmq_stream_common
- test-trust_store_http
uses: ./.github/workflows/test-plugin-make.yaml
with:
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
plugin: rabbit
secrets: inherit
test-rabbit-0:
needs:
- check-workflow
Expand Down

0 comments on commit a266a37

Please sign in to comment.