Skip to content

Commit d15155f

Browse files
committed
[PLUTO-1412] test init
1 parent 1d12c01 commit d15155f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/it-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ permissions:
44
contents: write
55

66
on:
7-
push:
7+
workflow_run:
8+
workflows: ["go"]
9+
types:
10+
- completed
811

912
jobs:
1013
test:
11-
needs: build # Wait for the build job from go.yml to complete
14+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1215
runs-on: ${{ matrix.os }}
1316
strategy:
1417
matrix:

0 commit comments

Comments
 (0)