Skip to content

Commit 5ecc21f

Browse files
ofirgolapid92
andauthored
update repo name in nightly workflow (#1485)
Co-authored-by: Ariel Lapid <57916763+lapid92@users.noreply.github.com>
1 parent 3644002 commit 5ecc21f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
if: github.repository == 'sony/model_optimization' # Don't do this in forks
9+
if: github.repository == 'SonySemiconductorSolutions/mct-model-optimization' # Don't do this in forks
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
@@ -39,4 +39,4 @@ jobs:
3939
run: |
4040
pip install mct-nightly tensorflow torch torchvision
4141
version=$(python -c 'import model_compression_toolkit; print(model_compression_toolkit.__version__)')
42-
echo $version
42+
echo $version

0 commit comments

Comments
 (0)