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 dea5d7e commit 61c9e3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
type: boolean
description: 'dry-run: retrieve original image names ONLY'
required: true
skipGPUTest:
type: boolean
description: 'skip-gpu-test: Skips testing via the GPU. Never use this unless dsmlp-login is encountering issues!'
required: true


jobs:
Expand Down Expand Up @@ -43,6 +47,7 @@ jobs:
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 61c9e3c

Please sign in to comment.