Skip to content

Commit

Permalink
Workflow[ltw]: disallow forks, allow building on error
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell committed Jan 13, 2025
1 parent 37c15d6 commit 18821e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ jobs:

- name: Get LTW
uses: dawidd6/action-download-artifact@v2
continue-on-error: true
with:
github_token: ${{secrets.LTW_CLONER_SECRET}}
repo: PojavLauncherTeam/BigTinyWrapper
workflow: android.yml
workflow_conclusion: success
name: output-aar
path: app_pojavlauncher/libs
allow_forks: false

- name: Get JRE 8
uses: dawidd6/action-download-artifact@v2
Expand Down

0 comments on commit 18821e3

Please sign in to comment.