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 committed Sep 3, 2024
1 parent 03daf6b commit 214a537
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Validation

on:
schedule:
# 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 214a537

Please sign in to comment.