mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 14:25:28 +00:00
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:
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user