Skip to content

Commit e0fac05

Browse files
committed
Add all-done job
1 parent ebabe7f commit e0fac05

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,13 @@ jobs:
6969
- name: Clean
7070
run: |
7171
ppqs clean
72+
73+
all-done:
74+
runs-on: ubuntu-latest
75+
76+
needs: test
77+
78+
steps:
79+
- name: All done
80+
run: |
81+
echo All done

0 commit comments

Comments
 (0)