Skip to content

Commit 6959ee5

Browse files
authored
Disable scala-steward action (#4248)
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
1 parent 8f81c0f commit 6959ee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scala-steward.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
2-
schedule:
3-
- cron: '0 0 * * *' # daily
2+
# schedule:
3+
# - cron: '0 0 * * *' # daily
44
workflow_dispatch:
55

66
name: Scala Steward

0 commit comments

Comments
 (0)