github: remove freeDebug variant from pull request matrix (#932)

We don't need this tested and it slows down CI.

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-07-14 14:01:16 +05:30 committed by GitHub
parent 4250cd499c
commit 2f657108b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ jobs:
strategy: strategy:
matrix: matrix:
api-level: [23, 29] api-level: [23, 29]
variant: [freeDebug, freeRelease, nonFreeRelease] variant: [freeRelease, nonFreeRelease]
steps: steps:
- name: Check if relevant files have changed - name: Check if relevant files have changed