Skip to content

Commit 0c461c9

Browse files
committed
feat: add all-green workflow
1 parent 735cf1e commit 0c461c9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/all-green.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: All Green
2+
3+
on:
4+
workflow_call:
5+
6+
jobs:
7+
all-green:
8+
name: All Green
9+
runs-on: ubuntu-24.04-arm
10+
steps:
11+
- uses: actions/checkout@v4
12+
13+
- name: All Green
14+
uses: getdevopspro/github-actions/all-green@v6.4.0

0 commit comments

Comments
 (0)