build: add flag to disable snaps

This commit is contained in:
Baptiste Augrain 2024-06-13 20:13:07 +02:00
parent 0c31a54dea
commit 5a769efcb9
2 changed files with 2 additions and 2 deletions

View file

@ -427,7 +427,7 @@ jobs:
platform:
- amd64
- arm64
if: needs.check.outputs.SHOULD_DEPLOY == 'yes'
if: needs.check.outputs.SHOULD_DEPLOY == 'yes' && secrets.DISABLE_SNAP != 'yes'
steps:
- uses: actions/checkout@v3

View file

@ -423,7 +423,7 @@ jobs:
platform:
- amd64
- arm64
if: needs.check.outputs.SHOULD_DEPLOY == 'yes'
if: needs.check.outputs.SHOULD_DEPLOY == 'yes' && secrets.DISABLE_SNAP != 'yes'
steps:
- uses: actions/checkout@v3