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

View File

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