Skip to content

Commit

Permalink
Update tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton authored Oct 14, 2024
1 parent 61c9e3c commit 72d5cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:

gpu_test:
uses: ./.github/workflows/test_gpu.yml
if: ${{ github.event.inputs.skipGPUTest == 'false' }}
with:
originalTag: ${{ github.event.inputs.originalTag }}
dryRun: ${{ github.event.inputs.dryRun == 'true' }}
skipGPUTest: ${{ github.event.inputs.skipGPUTest == 'false' }}
secrets:
inherit

Expand Down

0 comments on commit 72d5cbf

Please sign in to comment.