Skip to content

Commit

Permalink
Merge pull request #12629 from rabbitmq/mk-run-aws-peer-discovery-wor…
Browse files Browse the repository at this point in the history
…kflow-on-a-schedule

Reduce AWS peer discovery workflow run rate
  • Loading branch information
michaelklishin authored Oct 31, 2024
2 parents 67bc950 + 893a349 commit 030380a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/rabbitmq_peer_discovery_aws.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Peer Discovery AWS Integration Test
on:
push:
paths-ignore:
- '.github/workflows/secondary-umbrella.yaml'
- '.github/workflows/update-elixir-patches.yaml'
- '.github/workflows/update-otp-patches.yaml'
paths:
- "deps/rabbitmq_peer_discovery_aws/**"
- "deps/rabbitmq_peer_discovery_common/**"
- "deps/rabbit/src/rabbit_peer_discovery.erl"
schedule:
- cron: "4 0 * * MON"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand Down

0 comments on commit 030380a

Please sign in to comment.