Skip to content

Commit

Permalink
Disable validation workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jeromekelleher authored Sep 3, 2024
1 parent 03daf6b commit 345f574
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Validation
on:
schedule:
# Run at the end of every day
- cron: "0 0 * * *"
# Disabled on 2024-09-02 as this has been broken for over a year, and no-one is interested
# in fixing it. https://github.com/sgkit-dev/sgkit/issues/1112
# - cron: "0 0 * * *"
# manual trigger
workflow_dispatch:

Expand Down

0 comments on commit 345f574

Please sign in to comment.