Skip to content

Commit

Permalink
Disable scala-steward action (#4248)
Browse files Browse the repository at this point in the history
It does not trigger other actions somehow, so we don't get any feedback
if bumps are working. It's also redundant to the Scala Steward runs by
https://github.com/scala-steward.

Keep the `workflow_dispatch` setup nevertheless, to be able to run Scala
Steward in case the official service fails again, since we see more
error message when running it manually.

Pull request: #4248
  • Loading branch information
lefou authored Jan 5, 2025
1 parent 8f81c0f commit 6959ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
schedule:
- cron: '0 0 * * *' # daily
# schedule:
# - cron: '0 0 * * *' # daily
workflow_dispatch:

name: Scala Steward
Expand Down

0 comments on commit 6959ee5

Please sign in to comment.