Skip to content

Commit 2f16573

Browse files
Disable validation workflow (#1252)
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 2f16573

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/validation.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Validation
22

33
on:
4-
schedule:
4+
# 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)