Skip to content

Commit 0aa69d0

Browse files
authored
add complete job to CI. (#1525)
1 parent eff773a commit 0aa69d0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,13 @@ jobs:
102102

103103
- name: test/lint
104104
run: ${{ matrix.task.cmd }}
105+
106+
ci_complete:
107+
name: ci_complete
108+
runs-on: ubuntu-latest
109+
needs:
110+
- integreation_test
111+
timeout-minutes: 1
112+
steps:
113+
- name: Check out code from GitHub
114+
uses: actions/[email protected]

0 commit comments

Comments
 (0)