Skip to content

Commit

Permalink
Fix repo condition in scala-steward.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Apr 6, 2024
1 parent 280becb commit 71e24d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
scala-steward:
runs-on: ubuntu-22.04
name: Launch Scala Steward
if: github.repository == 'apache/pekko'
if: github.repository == 'apache/pekko-persistence-dynamodb'
steps:
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
Expand Down

0 comments on commit 71e24d5

Please sign in to comment.