From be7a685dc61f97ca3e5208949c37c49e4da2a5e6 Mon Sep 17 00:00:00 2001 From: Federico Cosentino Date: Sun, 24 Mar 2024 18:53:01 +0100 Subject: [PATCH] Temporary disabled CI on Unleashed release branch That branch still doesn't have the commit feb45f6645066a283adb0656d2de451786633765 that changes the APIs. --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e014fe1..ab6d069 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,9 +18,10 @@ jobs: - name: Unleashed dev sdk-index-url: https://up.unleashedflip.com/directory.json sdk-channel: dev - - name: Unleashed release - sdk-index-url: https://up.unleashedflip.com/directory.json - sdk-channel: release +# Disabling until it is synchronized with the official release +# - name: Unleashed release +# sdk-index-url: https://up.unleashedflip.com/directory.json +# sdk-channel: release name: 'Build for ${{ matrix.name }}' steps: - name: Checkout