We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa6d343 + b4016e2 commit fe6efbbCopy full SHA for fe6efbb
1 file changed
.github/workflows/deploy-prd.yml
@@ -35,7 +35,7 @@ jobs:
35
id-token: write
36
needs:
37
- detect-changes
38
- if: !failure() && !cancelled() && needs.detect-changes.outputs.src == 'true'
+ if: needs.detect-changes.outputs.src == 'true'
39
runs-on: ubuntu-latest
40
steps:
41
- uses: frasermolyneux/actions/dotnet-web-ci@dotnet-web-ci/v1.4
0 commit comments