Skip to content

Commit 32d01a7

Browse files
committed
try ignore owner
1 parent 0654eb0 commit 32d01a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

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

1414
jobs:
1515
test:
16-
if: github.repository_owner == 'viamrobotics'
16+
#if: github.repository_owner == 'viamrobotics'
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
@@ -56,7 +56,7 @@ jobs:
5656
run: uv run make test_docs
5757

5858
test_passing:
59-
if: github.repository_owner == 'viamrobotics'
59+
#if: github.repository_owner == 'viamrobotics'
6060
needs: test
6161
runs-on: ubuntu-latest
6262
steps:

0 commit comments

Comments
 (0)