Skip to content

Commit 44f8b32

Browse files
committed
run static binary check after CI workflow completes
1 parent d21def5 commit 44f8b32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/static-binary-check.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: "Static binary"
22
on:
3-
push:
4-
branches:
5-
- 'main'
6-
pull_request:
3+
workflow_run:
4+
workflows: ["CI"]
5+
types:
6+
- completed
77

88
jobs:
99
check:

0 commit comments

Comments
 (0)