only run sposnor action if on upstream repo (#5931)
This commit is contained in:
parent
e2b29cbd95
commit
a0841088ae
|
|
@ -6,6 +6,8 @@ on:
|
|||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'Inventree'
|
||||
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||
|
|
|
|||
Loading…
Reference in New Issue