summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2021-09-23 15:21:24 +0200
committerPhilip Kuryloski <kuryloskip@vmware.com>2021-09-23 15:21:24 +0200
commit2e7e7d58a133ef4c56267847479f19d5a03fefb1 (patch)
tree1560a15802c52e281bb570bbe8dd815c2d63b631
parent89c96a5616ab170201bcfdee388abd36ff05b3b7 (diff)
downloadrabbitmq-server-git-2e7e7d58a133ef4c56267847479f19d5a03fefb1.tar.gz
Update workflow that updates OCI erlang patches to track 24.1
instead of 24.0
-rw-r--r--.github/workflows/update-otp-for-oci.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/update-otp-for-oci.yaml b/.github/workflows/update-otp-for-oci.yaml
index 12339838ab..3a00e05651 100644
--- a/.github/workflows/update-otp-for-oci.yaml
+++ b/.github/workflows/update-otp-for-oci.yaml
@@ -1,5 +1,8 @@
name: Update OTP Versions for OCI Workflow
on:
+ push:
+ paths:
+ - .github/workflows/update-otp-for-oci.yaml
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
@@ -11,9 +14,9 @@ jobs:
max-parallel: 1
matrix:
erlang_version:
- - "24.0"
+ - "24.1"
include:
- - erlang_version: "24.0"
+ - erlang_version: "24.1"
image_tag_suffix: 'otp-max'
timeout-minutes: 10
steps: