Commit f721aed
committed
ci: drop runner-name guard on ccache restore
Restore ccache unconditionally so every runner (VM/pod) attempts a
restore; the previous ${{ !startsWith(runner.name, 'iZ0x') }} guard
was not evaluated reliably and the guard provides no benefit (a VM
restore hit simply refreshes local cache from the cloud).1 parent 0703637 commit f721aed
521 files changed
Lines changed: 1078 additions & 1092 deletions
File tree
- .github/workflows
- python/pyabacus/src/ModuleBase
- source
- source_base
- test_parallel
- test
- source_basis
- module_ao
- test
- module_nao
- test
- module_pw
- test_gpu
- test_serial
- test
- source_cell
- module_symmetry
- test
- test_pw
- test
- source_esolver
- source_estate
- module_charge
- module_dm/test
- module_pot
- test
- source_hamilt
- module_ewald
- module_gint
- kernel
- module_hcontainer/test
- module_surchem
- module_vdw
- test
- source_hsolver
- kernels/cuda
- module_genelpa
- module_pexsi
- test
- source_io
- module_chgpot
- module_ctrl
- module_current
- module_dhs
- module_hs
- module_ml
- module_mulliken
- module_parameter
- module_restart
- module_unk
- module_wannier
- module_wf
- test_serial
- test
- source_lcao
- module_deepks
- test
- module_deltaspin/test
- module_dftu
- module_lr
- operator_casida
- potentials
- utils/test
- module_operator_lcao
- test
- module_rdmft
- module_ri
- module_exx_symmetry
- test
- test_code
- test
- module_rt
- kernels
- test
- test
- source_md/test
- source_psi
- test
- source_pw
- module_ofdft
- module_pwdft
- kernels
- cuda
- test
- module_stodft
- source_relax
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
569 | | - | |
| 569 | + | |
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
| |||
0 commit comments