Skip to content

Commit

Permalink
.github: disable action scheduling
Browse files Browse the repository at this point in the history
It's currently failing, so there's no point in spamming the repository
with PRs.
  • Loading branch information
ckiee committed Oct 20, 2023
1 parent 9b1c337 commit c1c99cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: "Update Dependencies"
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * FRI'
jobs:
update-deps:
name: Update dependencies
Expand Down

0 comments on commit c1c99cf

Please sign in to comment.