Skip to content

Commit fd39f05

Browse files
committed
Corrected github workflow
1 parent 0d5e2bb commit fd39f05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193

194194
analysis:
195195
name: Analysis
196-
if: ${{ always() && (github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request') }}
196+
if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request'
197197
runs-on: ubuntu-24.04
198198
needs: [build, tasks]
199199

@@ -207,7 +207,7 @@ jobs:
207207
uses: actions/cache/restore@v4
208208
with:
209209
enableCrossOsArchive: true
210-
fail-on-cache-miss: false
210+
fail-on-cache-miss: true
211211
key: test-unit-${{ runner.os }}-node24-${{ github.sha }}
212212
path: coverage
213213

0 commit comments

Comments
 (0)