Skip to content

Commit a217dd9

Browse files
committed
AWS peer discovery triggers OCI build
The AWS peer discovery workflow relies on the OCI image existing. We used to build the OCI image for every commit, so the image always existed. Now we build the OCI conditionally, so we should trigger the OCI build when the AWS job starts. Otherwise it will time out waiting for the image.
1 parent 7ae4dab commit a217dd9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/oci-make.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
- rabbitmq-components.mk
1515
- packaging/**
1616
- .github/workflows/oci-make.yaml
17+
workflow_run:
18+
workflows: [Peer Discovery AWS Integration Test]
19+
types:
20+
- requested
1721
workflow_dispatch:
1822
inputs:
1923
otp_version:

0 commit comments

Comments
 (0)