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:
180
180
181
181
Get-TestResults :
182
182
name : Get-TestResults
183
+ if : always() && !cancelled()
183
184
needs :
184
185
- Test-SourceCode
185
186
- Test-Module
@@ -194,6 +195,7 @@ jobs:
194
195
195
196
Get-CodeCoverage :
196
197
name : Get-CodeCoverage
198
+ if : always() && !cancelled()
197
199
needs :
198
200
- Test-SourceCode
199
201
- Test-Module
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ permissions:
72
72
contents : write # to checkout the repo and create releases on the repo
73
73
pull-requests : write # to write comments to PRs
74
74
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
77
75
78
76
jobs :
79
77
Test-SourceCode :
You can’t perform that action at this time.
0 commit comments