Skip to content

Commit 8a62261

Browse files
authored
Only run Quest in the dotnet org (#8932)
This action fails in forks due to a permissions issue. Only run the action when it's triggered by the org.
1 parent aaff0ea commit 8a62261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/quest-bulk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
permissions:
1616
issues: write
17+
if: ${{ github.repository_owner == 'dotnet' }}
1718

1819
steps:
1920
- name: "Print manual bulk import run reason"

0 commit comments

Comments
 (0)