summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2021-09-24 09:14:21 +0200
committerPhilip Kuryloski <kuryloskip@vmware.com>2021-09-24 09:15:45 +0200
commitd7e9729ef6dc1accf7e23330a043156b8753a336 (patch)
tree754b67509b215604ced66d84c3bef1da920cea75
parente622c701fbfea086061b279478bd41e6eecd7ef2 (diff)
downloadrabbitmq-server-git-d7e9729ef6dc1accf7e23330a043156b8753a336.tar.gz
Avoid triggering update-otp-for-oci workflow from other automation
workflows
-rw-r--r--.github/workflows/update-otp-for-oci.yaml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/update-otp-for-oci.yaml b/.github/workflows/update-otp-for-oci.yaml
index 3a00e05651..d3527ed451 100644
--- a/.github/workflows/update-otp-for-oci.yaml
+++ b/.github/workflows/update-otp-for-oci.yaml
@@ -1,8 +1,5 @@
name: Update OTP Versions for OCI Workflow
on:
- push:
- paths:
- - .github/workflows/update-otp-for-oci.yaml
schedule:
- cron: '0 3 * * *'
workflow_dispatch: