Skip to content

Commit

Permalink
Fix missing quote.
Browse files Browse the repository at this point in the history
sandeepd-nv committed Aug 8, 2024
1 parent 0aefacd commit e752e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-test-within-container.yml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ on:
jobs:
test:
name: ${{ inputs.name }}
if: github.repository_owner == 'nvidia
if: github.repository_owner == 'nvidia'
runs-on: ${{ inputs.runs-on }}

container:

0 comments on commit e752e31

Please sign in to comment.