From 7750db8bee980b3d4bb844c473037cdd076405f9 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Wed, 7 Feb 2024 22:14:05 +0100 Subject: [PATCH] fix(snap): disable review [skip ci] --- .github/workflows/insider-linux.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index 613340a538f..08751f1bdf1 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -251,11 +251,11 @@ jobs: id: build if: env.SHOULD_BUILD == 'yes' - - uses: diddlesnaps/snapcraft-review-action@v1 - with: - snap: ${{ steps.build.outputs.snap }} - isClassic: 'true' - if: env.SHOULD_BUILD == 'yes' + # - uses: diddlesnaps/snapcraft-review-action@v1 + # with: + # snap: ${{ steps.build.outputs.snap }} + # isClassic: 'true' + # if: env.SHOULD_BUILD == 'yes' - uses: svenstaro/upload-release-action@v2 with: