summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2021-09-22 17:02:43 +0200
committerPhilip Kuryloski <kuryloskip@vmware.com>2021-09-22 17:02:43 +0200
commit772cc915b095e3ed2f3cba7fca37e88c424714f0 (patch)
tree25ac610dcc46908e2bf99a5e7e078bd2b2dd7172
parent8a87ab40c0e17d7779332d0d25a8c847cc13c8c2 (diff)
downloadrabbitmq-server-git-772cc915b095e3ed2f3cba7fca37e88c424714f0.tar.gz
Third attempt at updating workflow triggering
This commit is only half of the solution - the workflows themselves need updating. See https://github.com/peter-evans/create-pull-request/issues/48
-rw-r--r--.github/workflows/test-mixed-versions.yaml6
-rw-r--r--.github/workflows/test.yaml3
2 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/test-mixed-versions.yaml b/.github/workflows/test-mixed-versions.yaml
index c1da4335d8..ec7787cf78 100644
--- a/.github/workflows/test-mixed-versions.yaml
+++ b/.github/workflows/test-mixed-versions.yaml
@@ -5,6 +5,9 @@ on:
- master
- v3.9.x
- v3.8.x
+ - bump-rbe-image
+ - bump-otp-for-oci
+ - bump-rabbitmq-ct-helpers
paths:
- 'deps/**'
- 'scripts/**'
@@ -17,9 +20,6 @@ on:
- '*.bzl'
- '*.bazel'
- .github/workflows/test-mixed-versions.yaml
- pull_request:
- branches:
- - bump-rabbitmq-ct-helpers
workflow_dispatch:
jobs:
test-mixed-versions:
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 7a6a8f5de7..d0fcd3df0f 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -13,9 +13,6 @@ on:
- '*.bzl'
- '*.bazel'
- .github/workflows/test.yaml
- pull_request:
- branches:
- - bump-rabbitmq-ct-helpers
jobs:
test:
name: Test