2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

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

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