Skip to content

Commit 6995bce

Browse files
committed
Fix
1 parent 186eb11 commit 6995bce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/linkcheck.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ on:
1010
types: [opened, synchronize]
1111
jobs:
1212
htmltest:
13+
if: github.repository_owner == 'viamrobotics'
1314
runs-on: ubuntu-latest
15+
container:
16+
image: ghcr.io/viamrobotics/canon:amd64
1417
steps:
1518
- name: Checkout Code
1619
uses: actions/checkout@v4

0 commit comments

Comments
 (0)