Skip to content

Commit

Permalink
Skip test if label is not Android Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mvitale1989 committed May 6, 2024
1 parent 0864832 commit d56d4a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-android-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:

jobs:
test:
if: ${{ github.event.label.name == 'Build App for Android' }}
runs-on: ubuntu-22.04
steps:
- name: ci/checkout-repo
Expand Down

0 comments on commit d56d4a1

Please sign in to comment.