File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ concurrency:
3232
3333jobs :
3434 cc-reviewers :
35+ if : github.repository == 'apache/tvm'
3536 runs-on : ubuntu-latest
3637 steps :
3738 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ concurrency:
1111
1212jobs :
1313 ping :
14+ if : github.repository == 'apache/tvm'
1415 runs-on : ubuntu-20.04
1516 steps :
1617 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ concurrency:
3434
3535jobs :
3636 tag-teams :
37+ if : github.repository == 'apache/tvm'
3738 runs-on : ubuntu-latest
3839 steps :
3940 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ concurrency:
3232
3333jobs :
3434 update-last-successful-branch :
35+ if : github.repository == 'apache/tvm'
3536 runs-on : ubuntu-20.04
3637 steps :
3738 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments