diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-07-14 14:01:16 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 10:31:16 +0200 |
commit | 2f657108b3cc6a8d41f2a06ad53e9e45f816e1bb (patch) | |
tree | 6509b3d368868104cfa7065421b466fb4922a17a | |
parent | 4250cd499cb20b314e8abea2c16b6c4419557d58 (diff) |
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>
-rw-r--r-- | .github/workflows/pull_request.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d4326bb0..19e05638 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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 |