Run only on the .NET org
This fails when run on forks. So, run it only on the dotnet org.pull/28810/head
parent
4a8cbdcca2
commit
c085dca989
|
@ -14,6 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
|
if: ${{ github.repository_owner == 'dotnet' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Print manual bulk import run reason"
|
- name: "Print manual bulk import run reason"
|
||||||
|
|
Loading…
Reference in New Issue