summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRin Kuryloski <kuryloskip@vmware.com>2022-09-19 10:18:47 +0200
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2022-09-19 09:09:08 +0000
commit92f6153a17bcc891344a10279f5feb0eb2ae37b2 (patch)
treeac1b32782c5ac950ed68e99d52318ad61273d19f
parentabad2639496494be2cac0c58cfa0a2429f55bf0a (diff)
downloadrabbitmq-server-git-92f6153a17bcc891344a10279f5feb0eb2ae37b2.tar.gz
Disable failing github actions step for now
(cherry picked from commit a55f6b8c113db846611ec93b413f961c17020d61)
-rw-r--r--.github/workflows/oci.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/oci.yaml b/.github/workflows/oci.yaml
index 41de3b8249..05a7057281 100644
--- a/.github/workflows/oci.yaml
+++ b/.github/workflows/oci.yaml
@@ -83,6 +83,7 @@ jobs:
- name: Save the package as a workflow artifact
uses: actions/upload-artifact@v3
+ continue-on-error: true
with:
name: package-generic-unix-${{ steps.load-info.outputs.otp }}.tar.xz
path: ${{ steps.resolve-artifact-path.outputs.ARTIFACT_PATH }}