Browse Source

fix(snap): review snap only when needed (#959)

Baptiste Augrain 3 years ago
parent
commit
23152cf50f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/linux.yml

+ 1 - 0
.github/workflows/linux.yml

@@ -134,6 +134,7 @@ jobs:
         with:
           snap: ${{ steps.build.outputs.snap }}
           isClassic: 'true'
+        if: env.SHOULD_DEPLOY == 'yes'
 
       - uses: snapcore/action-publish@v1
         with: