Skip to content

Commit

Permalink
config ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayNekoBean committed Jul 18, 2024
1 parent d51ef00 commit fa9ea9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
to-fail: ${{ inputs.fail-dev }}

evaluate-models:
if: ${{ (inputs.provision-and-deploy == false && inputs.deploy-only == false && (success() || failure())) || success() }}
if: ${{ (inputs.provision-and-deploy == false && inputs.deploy-only == false && always()) || success() }}
needs: deploy-azure
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit fa9ea9e

Please sign in to comment.