File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ jobs:
180180
181181 Get-TestResults :
182182 name : Get-TestResults
183+ if : always() && !cancelled()
183184 needs :
184185 - Test-SourceCode
185186 - Test-Module
@@ -194,6 +195,7 @@ jobs:
194195
195196 Get-CodeCoverage :
196197 name : Get-CodeCoverage
198+ if : always() && !cancelled()
197199 needs :
198200 - Test-SourceCode
199201 - Test-Module
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ permissions:
7272 contents : write # to checkout the repo and create releases on the repo
7373 pull-requests : write # to write comments to PRs
7474 statuses : write # to update the status of the workflow from linter
75- pages : write # to deploy to Pages
76- id-token : write # to verify the deployment originates from an appropriate source
7775
7876jobs :
7977 Test-SourceCode :
You can’t perform that action at this time.
0 commit comments