From 4d072a64c4bcc0c43662daf9665be8df81e2963b Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Wed, 21 Feb 2024 17:22:50 +0100 Subject: [PATCH] ci(linux): fix workflow [skip ci] --- .github/workflows/insider-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index 883f565..e93915b 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -106,7 +106,7 @@ jobs: retention-days: ${{ needs.check.outputs.SHOULD_DEPLOY == 'yes' && 30 || 1 }} build: - needs: + needs: - compile runs-on: ubuntu-latest strategy: