Skip to content

Commit

Permalink
remove useless condition (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
yourmoonlight authored Jun 6, 2024
1 parent ba01ab1 commit 7e7830f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
github.event_name == 'workflow_dispatch' ||
(github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.event == 'release' &&
(github.event.release.prerelease == true || github.event.release.prerelease == false)) ||
github.event_name == 'workflow_run'
(github.event.release.prerelease == true || github.event.release.prerelease == false))
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 7e7830f

Please sign in to comment.