Skip to content

Commit

Permalink
Add workflow dispatch plus repo condition to scala-steward.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Apr 6, 2024
1 parent c289779 commit ae960de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'

Expand All @@ -8,6 +9,7 @@ jobs:
scala-steward:
runs-on: ubuntu-22.04
name: Launch Scala Steward
if: github.repository == 'apache/pekko-http'
steps:
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
Expand Down

0 comments on commit ae960de

Please sign in to comment.