Skip to content

Commit c3fb354

Browse files
authored
Disable scheduled runs in scala-steward.yaml in favor of public bot
Virtus stood the bot up again, so let's use that. Blocked by VirtusLab/scala-steward-repos#601, which will add target/data-validator to the public list.
1 parent 833c6bb commit c3fb354

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/scala-steward.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# This workflow will launch at 00:00 every Sunday
22
on:
33
workflow_dispatch:
4-
schedule:
4+
# The Scala Steward Bot runs this for target/data-validator as long as
5+
# it's listed in https://github.com/VirtusLab/scala-steward-repos/blob/main/repos-github.md.
6+
# schedule:
57
# At 09:00 on day-of-month 1 and 15
68
# https://crontab.guru/#0_9_1,15_*_*
7-
- cron: '0 9 1,15 * *'
9+
# - cron: '0 9 1,15 * *'
810

911
name: Launch Scala Steward
1012

0 commit comments

Comments
 (0)