From 91860e15de5a76236d1f3c7f59e9ac64f5651cdd Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 12 Jul 2024 18:50:38 -0500 Subject: [PATCH] Update dart.yml --- .github/workflows/dart.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 9b45cb1..b52806a 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -25,8 +25,9 @@ jobs: # - name: Verify formatting # run: flutter format --output=none --set-exit-if-changed . - # Analyze the project source + # Conditional step for analyzing the project source - name: Analyze project source + if: ${{ secrets.SKIP_ANALYZE != 'true' }} run: flutter analyze # Run tests