Skip to content

Commit 32342dc

Browse files
committed
ci(wip): build on workflow run
Signed-off-by: Yi Huang <yi@secondstate.io>
1 parent be3046b commit 32342dc

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Build
3+
4+
on:
5+
workflow_run:
6+
workflows: ["super-linter"]
7+
types: ["completed"]
8+
9+
permissions:
10+
contents: read
11+
12+
jobs:
13+
build:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- run: |
17+
echo Hello World

0 commit comments

Comments
 (0)