Skip to content

Commit c78bb19

Browse files
Chris Friedtdanieldegrasse
authored andcommitted
ci: allow forks to run their own CI
If a customer buys a Tenstorrent card, they should be able to set up their own CI infrastructure. Approval for workflow runs is already restricted via settings. ``` Settings -> Actions -> General -> Approval for running fork pull requests... from contributors -> Require approval for all external contributors ``` Signed-off-by: Chris Friedt <[email protected]>
1 parent 7e00f19 commit c78bb19

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/hardware-long.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
jobs:
99
hardware-metal-test:
10-
if: github.repository_owner == 'tenstorrent'
1110
strategy:
1211
fail-fast: false
1312
matrix:

.github/workflows/hardware-smoke.yml

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

1717
jobs:
1818
hardware-smoke-test:
19-
if: github.repository_owner == 'tenstorrent'
2019
strategy:
2120
fail-fast: false
2221
matrix:
@@ -128,7 +127,6 @@ jobs:
128127
zephyr/twister-smc-smoke/twister.json
129128
130129
smoke-e2e-test:
131-
if: github.repository_owner == 'tenstorrent'
132130
strategy:
133131
fail-fast: false
134132
matrix:

0 commit comments

Comments
 (0)