From fe40c4e01cc0b0214b8a60740e2569356de1c1d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 6 Jan 2025 02:10:33 +0100 Subject: [PATCH] Hide Composer fund messages (#263) --- .github/workflows/back-end.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/back-end.yml b/.github/workflows/back-end.yml index 1fd4be0..7078a84 100644 --- a/.github/workflows/back-end.yml +++ b/.github/workflows/back-end.yml @@ -18,6 +18,9 @@ concurrency: group: "${{ github.workflow }}-${{ github.ref }}" cancel-in-progress: true +env: + COMPOSER_FUND: "0" + jobs: syntax_errors: name: "1️⃣ Syntax errors"