Skip to content

Commit 345f574

Browse files
Disable validation workflow
I've seen the notification that his has failed hundreds of times now, and I don't see anyone interested in fixing it. Let's disable it.
1 parent 03daf6b commit 345f574

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Validation
33
on:
44
schedule:
55
# Run at the end of every day
6-
- cron: "0 0 * * *"
6+
# Disabled on 2024-09-02 as this has been broken for over a year, and no-one is interested
7+
# in fixing it. https://github.com/sgkit-dev/sgkit/issues/1112
8+
# - cron: "0 0 * * *"
79
# manual trigger
810
workflow_dispatch:
911

0 commit comments

Comments
 (0)