File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 with :
3737 shared-key : ${{ runner.os }}-R-CMD-Check
3838 cache-on-failure : true
39+ save-if : ${{ github.ref == 'refs/heads/main' }}
3940
4041 - name : Check disk space
4142 run : df -h
Original file line number Diff line number Diff line change 4040 with :
4141 shared-key : ${{ runner.os }}-build
4242 cache-on-failure : true
43+ save-if : ${{ github.ref == 'refs/heads/main' }}
4344
4445 - name : Run Rust formatting check
4546 run : cargo fmt --all -- --check
Original file line number Diff line number Diff line change 4141 with :
4242 shared-key : ${{ runner.os }}-publish
4343 cache-on-failure : true
44+ save-if : ${{ github.ref == 'refs/heads/main' }}
4445
4546 - name : Install wasm-pack
4647 run : cargo install wasm-pack
Original file line number Diff line number Diff line change 4747 with :
4848 shared-key : ${{ matrix.os }}-python
4949 cache-on-failure : true
50+ save-if : ${{ github.ref == 'refs/heads/main' && matrix.python == '3.13' }}
5051
5152 - name : Set up MSVC (Windows)
5253 if : runner.os == 'Windows'
You can’t perform that action at this time.
0 commit comments