Skip to content

Commit ae960de

Browse files
committed
Add workflow dispatch plus repo condition to scala-steward.yml
1 parent c289779 commit ae960de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/scala-steward.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
on:
2+
workflow_dispatch:
23
schedule:
34
- cron: '0 0 * * 0'
45

@@ -8,6 +9,7 @@ jobs:
89
scala-steward:
910
runs-on: ubuntu-22.04
1011
name: Launch Scala Steward
12+
if: github.repository == 'apache/pekko-http'
1113
steps:
1214
- name: Launch Scala Steward
1315
uses: scala-steward-org/scala-steward-action@v2

0 commit comments

Comments
 (0)