Skip to content

Commit

Permalink
github: remove freeDebug variant from pull request matrix (#932)
Browse files Browse the repository at this point in the history
We don't need this tested and it slows down CI.

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
  • Loading branch information
msfjarvis committed Jul 14, 2020
1 parent 4250cd4 commit 2f65710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f65710

Please sign in to comment.