Skip to content

Commit

Permalink
Add other api levels to skip job
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Jul 23, 2024
1 parent b706e54 commit 80d42ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_skipped.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
arch: [ x86 ]
target: [ android-tv ]
api-level: [ 27 ]
api-level: [27, 28, 29, 30, 31]
profile: [ tv_1080p ]
steps:
- run: 'echo "No build required"'

0 comments on commit 80d42ed

Please sign in to comment.