Skip to content

Commit

Permalink
Fix[CI]: ignore forked jre build
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 committed Jan 29, 2024
1 parent a722b4a commit f5cb908
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
workflow: build.yml
path: depends
workflow_conclusion: success
allow_forks: false
repo: PojavLauncherTeam/android-openjdk-build-multiarch
branch: jre8-ios-jitjailed
name: jre8-ios-aarch64
Expand All @@ -105,6 +106,7 @@ jobs:
workflow: build.yml
path: depends
workflow_conclusion: success
allow_forks: false
repo: PojavLauncherTeam/android-openjdk-build-multiarch
branch: buildjre17
name: jre17-ios-aarch64
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
workflow: build.yml
path: depends
workflow_conclusion: success
allow_forks: false
repo: PojavLauncherTeam/android-openjdk-build-multiarch
branch: jre8-ios-jitjailed
name: jre8-ios-aarch64
Expand All @@ -98,6 +99,7 @@ jobs:
workflow: build.yml
path: depends
workflow_conclusion: success
allow_forks: false
repo: PojavLauncherTeam/android-openjdk-build-multiarch
branch: buildjre17
name: jre17-ios-aarch64
Expand Down

0 comments on commit f5cb908

Please sign in to comment.