diff --git a/.github/workflows/block_replay.yml b/.github/workflows/block_replay.yml index 219500cc..a72ed68c 100644 --- a/.github/workflows/block_replay.yml +++ b/.github/workflows/block_replay.yml @@ -3,15 +3,10 @@ name: Block replay test on: push: branches: [ master ] - workflow_run: - workflows: [Go lint and test] - types: [completed] - workflow_dispatch: jobs: replay: runs-on: self-hosted - if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - uses: actions/checkout@v2 - name: Set up Go