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.
1 parent 8905346 commit 9837a54Copy full SHA for 9837a54
.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
0 commit comments