Compare commits

...

4 commits

Author SHA1 Message Date
VSCodium CI 1709f8b501 build(stable): update to commit 611f9bf 2024-06-13 18:34:39 +00:00
Baptiste Augrain aed67b3d81 build: add flag to disable snaps 2024-06-13 20:20:59 +02:00
Baptiste Augrain 60ebbedbf8 build: add flag to disable snaps 2024-06-13 20:16:43 +02:00
Baptiste Augrain 5a769efcb9 build: add flag to disable snaps 2024-06-13 20:13:07 +02:00
3 changed files with 4 additions and 4 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' && vars.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' && vars.DISABLE_SNAP != 'yes'
steps:
- uses: actions/checkout@v3

View file

@ -1,4 +1,4 @@
{
"tag": "1.90.0",
"commit": "89de5a8d4d6205e5b11647eb6a74844ca23d2573"
"tag": "1.90.1",
"commit": "611f9bfce64f25108829dd295f54a6894e87339d"
}