We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5e2bb commit fd39f05Copy full SHA for fd39f05
1 file changed
.github/workflows/check-pull-request.yml
@@ -193,7 +193,7 @@ jobs:
193
194
analysis:
195
name: Analysis
196
- if: ${{ always() && (github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request') }}
+ if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request'
197
runs-on: ubuntu-24.04
198
needs: [build, tasks]
199
@@ -207,7 +207,7 @@ jobs:
207
uses: actions/cache/restore@v4
208
with:
209
enableCrossOsArchive: true
210
- fail-on-cache-miss: false
+ fail-on-cache-miss: true
211
key: test-unit-${{ runner.os }}-node24-${{ github.sha }}
212
path: coverage
213
0 commit comments