Skip to content

Commit b4016e2

Browse files
fix: simplify conditional check for build-and-test job in deploy workflow
1 parent b52db91 commit b4016e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-prd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id-token: write
3636
needs:
3737
- detect-changes
38-
if: !failure() && !cancelled() && needs.detect-changes.outputs.src == 'true'
38+
if: needs.detect-changes.outputs.src == 'true'
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: frasermolyneux/actions/dotnet-web-ci@dotnet-web-ci/v1.4

0 commit comments

Comments
 (0)