We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b56fd9d + 9837a54 commit e407a8aCopy full SHA for e407a8a
.github/workflows/rabbitmq_peer_discovery_aws.yaml
@@ -1,6 +1,14 @@
1
name: Peer Discovery AWS Integration Test
2
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'
8
workflow_dispatch:
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref_name }}
11
+ cancel-in-progress: true
12
jobs:
13
peer-discovery-aws-integration-test:
14
name: Integration Test
@@ -9,7 +17,7 @@ jobs:
17
matrix:
18
include:
19
- image_tag_suffix: otp-max-bazel
- otp_version_id: 26
20
+ otp_version_id: 26_1
21
timeout-minutes: 45
22
steps:
15
23
- name: CHECKOUT REPOSITORY
0 commit comments