Skip to content

Commit

Permalink
adas
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Dec 14, 2024
1 parent 8a952f6 commit d1c7d80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,14 @@ jobs:
deploy:
name: Deploy
needs: [monoglue-build, windows-build, macos-build, linux-build, android-build, ios-build, get-latest-sha]
if: >
if: >
github.event.client_payload.force == true ||
(needs.monoglue-build.result == 'success' &&
needs.windows-build.result == 'success' &&
needs.macos-build.result == 'success' &&
needs.linux-build.result == 'success' &&
needs.android-build.result == 'success' &&
needs.ios-build.result == 'success') ||
github.event.client_payload.force == true
needs.ios-build.result == 'success')
uses: ./.github/workflows/deploy_all.yml
secrets: inherit
with:
Expand Down

0 comments on commit d1c7d80

Please sign in to comment.