Skip to content

Commit fc0009a

Browse files
authored
fix (#185)
1 parent 88aeaa7 commit fc0009a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
prepare:
23-
if: github.repository_owner == 'viamrobotics' && github.ref == 'refs/heads/main')
23+
if: github.repository_owner == 'viamrobotics' && github.ref == 'refs/heads/main'
2424
runs-on: [self-hosted, x64]
2525
container:
2626
image: ghcr.io/viamrobotics/canon:amd64

0 commit comments

Comments
 (0)