ci(linux): fix workflow [skip ci]

This commit is contained in:
Baptiste Augrain 2024-02-21 17:22:50 +01:00
parent db7d4c33f3
commit 4d072a64c4

View File

@ -106,7 +106,7 @@ jobs:
retention-days: ${{ needs.check.outputs.SHOULD_DEPLOY == 'yes' && 30 || 1 }} retention-days: ${{ needs.check.outputs.SHOULD_DEPLOY == 'yes' && 30 || 1 }}
build: build:
needs: needs:
- compile - compile
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy: