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 345f574Copy full SHA for 345f574
.github/workflows/validation.yml
@@ -3,7 +3,9 @@ name: Validation
3
on:
4
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