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 78a31ec + 4cbc58d commit 8eebb83Copy full SHA for 8eebb83
.github/workflows/rabbitmq_peer_discovery_aws.yaml
@@ -1,10 +1,12 @@
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'
+ paths:
+ - "deps/rabbitmq_peer_discovery_aws/**"
+ - "deps/rabbitmq_peer_discovery_common/**"
+ - "deps/rabbit/src/rabbit_peer_discovery.erl"
8
+ schedule:
9
+ - cron: "4 0 * * MON"
10
workflow_dispatch:
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref_name }}
0 commit comments