Skip to content

Commit 2ea6e55

Browse files
authored
[skip ci][ci] Skip actions on forks (#10468)
1 parent 4d586e2 commit 2ea6e55

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/cc_bot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ concurrency:
3232

3333
jobs:
3434
cc-reviewers:
35+
if: github.repository == 'apache/tvm'
3536
runs-on: ubuntu-latest
3637
steps:
3738
- uses: actions/checkout@v2

.github/workflows/ping_reviewers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ concurrency:
1111

1212
jobs:
1313
ping:
14+
if: github.repository == 'apache/tvm'
1415
runs-on: ubuntu-20.04
1516
steps:
1617
- uses: actions/checkout@v2

.github/workflows/tag_teams.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ concurrency:
3434

3535
jobs:
3636
tag-teams:
37+
if: github.repository == 'apache/tvm'
3738
runs-on: ubuntu-latest
3839
steps:
3940
- uses: actions/checkout@v2

.github/workflows/update_last_successful_branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ concurrency:
3232

3333
jobs:
3434
update-last-successful-branch:
35+
if: github.repository == 'apache/tvm'
3536
runs-on: ubuntu-20.04
3637
steps:
3738
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)