mirror of https://github.com/VLSIDA/OpenRAM.git
Don't run workflow on public repo
This commit is contained in:
parent
bce8febda0
commit
bcacf13f61
|
|
@ -1,5 +1,8 @@
|
|||
name: ci
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- "VLSIDA/OpenRAM"
|
||||
jobs:
|
||||
scn4me_subm:
|
||||
runs-on: self-hosted
|
||||
|
|
@ -54,4 +57,3 @@ jobs:
|
|||
# with:
|
||||
# name: code-coverage-report
|
||||
# path: ${{ github.workspace }}/coverage_html/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue