Skip to content

Commit 9837a54

Browse files
committed
Match the workflow triggering to oci.yaml
But also add a concurrency group to serialize runs
1 parent 8905346 commit 9837a54

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/rabbitmq_peer_discovery_aws.yaml

Lines changed: 8 additions & 0 deletions
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

0 commit comments

Comments
 (0)