diff --git a/.github/workflows/deploy-devnet.yml b/.github/workflows/deploy-devnet.yml index c0bb767d01..df51153f7f 100644 --- a/.github/workflows/deploy-devnet.yml +++ b/.github/workflows/deploy-devnet.yml @@ -8,7 +8,7 @@ on: jobs: deploy-hardhat: - if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Deploy') || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') + if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Deploy') runs-on: ubuntu-latest env: