Skip to content

Commit

Permalink
GitHub Actions: Disable Android builds on releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Aug 30, 2024
1 parent 915a3c9 commit e22516b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:
workflow_dispatch:

jobs:
android:
uses: ./.github/workflows/android.yml
with:
release: true
# Currently Android artifacts are generated and signed internally before publication to GitHub.
# android:
# uses: ./.github/workflows/android.yml
# with:
# release: true

msvc-build:
uses: ./.github/workflows/windows-matrix.yml
Expand Down

0 comments on commit e22516b

Please sign in to comment.