We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03daf6b commit 2f16573Copy full SHA for 2f16573
.github/workflows/validation.yml
@@ -1,9 +1,11 @@
1
name: Validation
2
3
on:
4
- schedule:
+ # schedule:
5
# Run at the end of every day
6
- - cron: "0 0 * * *"
+ # 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 * * *"
9
# manual trigger
10
workflow_dispatch:
11
0 commit comments