skip ci in the private org
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
This commit is contained in:
parent
b5b2f540c0
commit
6653d6c253
|
|
@ -6,6 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository_owner != 'The-OpenROAD-Project-private'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Reference in New Issue