From 804668d6a34b2a21a69df4d0551ef540a6e86345 Mon Sep 17 00:00:00 2001 From: faris Aljohari <83524184+farisaljohari@users.noreply.github.com> Date: Sun, 25 Aug 2024 12:50:26 +0300 Subject: [PATCH] Disable Flutter Telemetry in GitHub Actions Workflow --- .../azure-static-web-apps-zealous-mushroom-0d31a3303.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/azure-static-web-apps-zealous-mushroom-0d31a3303.yml b/.github/workflows/azure-static-web-apps-zealous-mushroom-0d31a3303.yml index 8acb723d..c342dee8 100644 --- a/.github/workflows/azure-static-web-apps-zealous-mushroom-0d31a3303.yml +++ b/.github/workflows/azure-static-web-apps-zealous-mushroom-0d31a3303.yml @@ -23,6 +23,8 @@ jobs: uses: subosito/flutter-action@v2 with: flutter-version: '3.10.5' # Specify your Flutter version here + - name: Disable Flutter Telemetry + run: flutter --disable-telemetry - name: Install dependencies run: flutter pub get - name: Build Flutter Web App