Skip to content

Commit cc9ed6d

Browse files
authored
Update scala-steward.yml
1 parent ee5b06e commit cc9ed6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/scala-steward.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ jobs:
88
scala-steward:
99
runs-on: ubuntu-latest
1010
timeout-minutes: 30
11+
if: ${{ github.repository_owner == 'foundweekends' }}
1112
steps:
1213
- name: Generate token
1314
id: generate_token
1415
uses: tibdex/github-app-token@v1
15-
if: ${{ !github.event.repository.fork }}
1616
with:
1717
app_id: 89697
1818
private_key: ${{ secrets.FOUNDWEEKENDS_BOT_KEY }}
1919
- name: Launch Scala Steward
20-
if: ${{ !github.event.repository.fork }}
2120
uses: scala-steward-org/[email protected]
2221
with:
2322
github-token: ${{ steps.generate_token.outputs.token }}

0 commit comments

Comments
 (0)