Skip to content

Commit f62ee6b

Browse files
committed
Add job which watches other jobs
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
1 parent 4e5d5cd commit f62ee6b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/all.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Collector
2+
on:
3+
pull_request:
4+
types: [ opened, synchronize, reopened, ready_for_review ]
5+
6+
jobs:
7+
allchecks:
8+
name: All checks pass
9+
runs-on: ubuntu-latest
10+
permissions:
11+
checks: read
12+
contents: read
13+
steps:
14+
- uses: wechuli/allcheckspassed@v2

0 commit comments

Comments
 (0)