Skip to content

Commit e752e31

Browse files
committed
Fix missing quote.
1 parent 0aefacd commit e752e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-test-within-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ on:
4141
jobs:
4242
test:
4343
name: ${{ inputs.name }}
44-
if: github.repository_owner == 'nvidia
44+
if: github.repository_owner == 'nvidia'
4545
runs-on: ${{ inputs.runs-on }}
4646

4747
container:

0 commit comments

Comments
 (0)