ci: update examples repo if running on the main repo

This commit is contained in:
Ali Chraghi 2022-10-21 15:44:00 +03:30 committed by Stephen Gutekanst
parent a27121c00a
commit 33a6741535

View file

@ -8,6 +8,7 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
publish: publish:
if: github.repository_owner == 'hexops'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout hexops/mach-examples repo - name: Checkout hexops/mach-examples repo