Skip to content

Commit e407a8a

Browse files
authored
Merge pull request #10011 from rabbitmq/rin/fixup-aws-peer-discovery-actions
sync otp_version_id across oci.yaml and rabbitmq_peer_discovery_aws.yaml
2 parents b56fd9d + 9837a54 commit e407a8a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/rabbitmq_peer_discovery_aws.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Peer Discovery AWS Integration Test
22
on:
3+
push:
4+
paths-ignore:
5+
- '.github/workflows/secondary-umbrella.yaml'
6+
- '.github/workflows/update-elixir-patches.yaml'
7+
- '.github/workflows/update-otp-patches.yaml'
38
workflow_dispatch:
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref_name }}
11+
cancel-in-progress: true
412
jobs:
513
peer-discovery-aws-integration-test:
614
name: Integration Test
@@ -9,7 +17,7 @@ jobs:
917
matrix:
1018
include:
1119
- image_tag_suffix: otp-max-bazel
12-
otp_version_id: 26
20+
otp_version_id: 26_1
1321
timeout-minutes: 45
1422
steps:
1523
- name: CHECKOUT REPOSITORY

0 commit comments

Comments
 (0)