only run sposnor action if on upstream repo (#5931)

This commit is contained in:
Matthias Mair 2023-11-16 22:16:52 +01:00 committed by GitHub
parent e2b29cbd95
commit a0841088ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: github.repository_owner == 'Inventree'
steps:
- name: Checkout Code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11