Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayNekoBean committed Jul 18, 2024
1 parent cc1764f commit 36cb8a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/full-evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ on:
required: true
default: false
type: boolean
fail-dev:
description: 'Whether to fail the deployment'
required: false
default: false
type: boolean

permissions:
id-token: write
Expand All @@ -30,6 +35,7 @@ jobs:
secrets: inherit
with:
deploy-only: ${{ inputs.deploy-only }}
to-fail: ${{ inputs.fail-dev }}

evaluate-models:
if: ${{ inputs.provision-and-deploy == false && inputs.deploy-only == false && always() }}
Expand Down

0 comments on commit 36cb8a0

Please sign in to comment.