diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index 2ee29dd9..2dec8aa5 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -48,7 +48,7 @@ jobs: strategy: fail-fast: false matrix: - variant: [ Debug,Beta,Release ] + variant: [ Debug ] flavor: [ testFoss,testGplay ] runs-on: ubuntu-22.04 steps: