Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/scala-steward.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# This workflow will launch at 00:00 every Sunday
on:
workflow_dispatch:
schedule:
# The Scala Steward Bot runs this for target/data-validator as long as
# it's listed in https://github.com/VirtusLab/scala-steward-repos/blob/main/repos-github.md.
# schedule:
# At 09:00 on day-of-month 1 and 15
# https://crontab.guru/#0_9_1,15_*_*
- cron: '0 9 1,15 * *'
# - cron: '0 9 1,15 * *'

name: Launch Scala Steward

Expand Down
Loading