Skip to content

Commit 09f652a

Browse files
committed
ci: add alls-green action and consolidate workflows
- Merge pull-request-checks.yml and main-checks.yml into main.yml - Add 'all-green' job using alls-green to aggregate all CI results - Enables single required status check: 'all-green'
1 parent 6570d71 commit 09f652a

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Main branch checks
1+
name: CI
22

33
on:
44
push:
@@ -8,6 +8,10 @@ on:
88
- "v1.x"
99
tags:
1010
- "v*.*.*"
11+
pull_request:
12+
13+
permissions:
14+
contents: read
1115

1216
jobs:
1317
checks:

.github/workflows/pull-request-checks.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)