Skip to content

Commit 8ae2267

Browse files
committed
add final step for PR checking
1 parent 40d95de commit 8ae2267

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ jobs:
3939
run: make ci
4040
env:
4141
DISTRIBUTIONS: ${{ matrix.distro }}
42+
43+
build-result:
44+
runs-on: ubuntu-latest
45+
needs: build
46+
steps:
47+
- run: echo "Build for all distros succeeded"

0 commit comments

Comments
 (0)