Skip to content

Commit a649f3c

Browse files
committed
ci: fix when the block replay workflow is run
1 parent 6a1ec8f commit a649f3c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/block_replay.yml

-5
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@ name: Block replay test
33
on:
44
push:
55
branches: [ master ]
6-
workflow_run:
7-
workflows: [Go lint and test]
8-
types: [completed]
9-
workflow_dispatch:
106

117
jobs:
128
replay:
139
runs-on: self-hosted
14-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1510
steps:
1611
- uses: actions/checkout@v2
1712
- name: Set up Go

0 commit comments

Comments
 (0)