File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ jobs:
223
223
id : test-no-shard
224
224
run : yarn nx ${{ github.event.inputs.nx_command || 'affected' }} -t test:e2e --configuration=ci --exclude 'tag:sharding' --exclude all
225
225
226
- # - name: Perist test results
226
+ # - name: Persist test results
227
227
# if: always()
228
228
# uses: actions/upload-artifact@v4
229
229
# with:
@@ -235,7 +235,7 @@ jobs:
235
235
runs-on : ubuntu-latest
236
236
name : Docs Build & Link Checker
237
237
needs : build_lint
238
- if : needs.build_lint.result == 'success' && github.event.inputs.run_docs == 'true'
238
+ if : needs.build_lint.result == 'success' && ${{ github.event.inputs.run_e2e }}
239
239
strategy :
240
240
fail-fast : false
241
241
env :
@@ -261,7 +261,7 @@ jobs:
261
261
- name : docs build and link checker
262
262
run : CHECK_LINKS=true CHECK_REDIRECTS=true yarn nx run ag-grid-docs:build -c staging
263
263
264
- # - name: Perist test results
264
+ # - name: Persist test results
265
265
# if: always()
266
266
# uses: actions/upload-artifact@v4
267
267
# with:
You can’t perform that action at this time.
0 commit comments