Skip to content

Commit d628ab3

Browse files
authored
Do not run Generate API Diffs workflow on forks (#654)
Fixes #653
1 parent 3f40e38 commit d628ab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/generate-api-diffs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212
jobs:
1313
generate-and-pr:
1414
runs-on: ubuntu-latest
15+
if: github.repository == 'CommunityToolkit/Aspire'
1516
steps:
1617
- uses: actions/checkout@v4
1718

0 commit comments

Comments
 (0)