Skip to content

Commit 27d418d

Browse files
committed
refactor: Test Compliance check (required check)
1 parent 93da51e commit 27d418d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: npm ci
3939

4040
# Intentionally fail the job (prevents uploads below)
41-
- name: Fail intentionally
41+
- name: Master ("Compliance Check" -> required for merging)
4242
run: |
4343
echo "Intentionally failing coverage job"
4444
exit 1

0 commit comments

Comments
 (0)