From e9330dbc33a2be0741b85ccbbc615c55a73b063b Mon Sep 17 00:00:00 2001 From: sfja Date: Mon, 30 Mar 2026 10:55:23 +0200 Subject: [PATCH] fix pipelines --- .github/workflows/game.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/game.yml b/.github/workflows/game.yml index 61c35dd..cd3e5e3 100644 --- a/.github/workflows/game.yml +++ b/.github/workflows/game.yml @@ -13,7 +13,7 @@ jobs: name: Check runs-on: ubuntu-latest container: sfja/h5-mst-ci:game-ci - needs: [lint, build_and_test] + needs: ["lint", "build_and_test"] steps: - run: echo Done lint: