File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 9090 echo $(realpath $CONDA)/condabin >> $GITHUB_PATH
9191 echo $(realpath python) >> $GITHUB_PATH
9292
93- - name : Disk space cleanup
94- uses : jlumbroso/free-disk-space@v1.3.1
93+ # - name: Disk space cleanup
94+ # uses: jlumbroso/free-disk-space@v1.3.1
9595
9696 - name : Start summary
9797 id : print-test
@@ -105,7 +105,6 @@ jobs:
105105 --dryRun \
106106 --junitxml="TEST-${{ matrix.filter }}_${{ matrix.profile }}_${{ matrix.shard }}.xml" \
107107 --shard ${{ matrix.shard }}/1 \
108- --changed-since HEAD^ \
109108 --follow-dependencies \
110109 --profile "+${{ matrix.profile }}" \
111110 --filter ${{ matrix.filter }} \
@@ -119,7 +118,6 @@ jobs:
119118 --verbose \
120119 --junitxml="TEST-${{ matrix.filter }}_${{ matrix.profile }}_${{ matrix.shard }}.xml" \
121120 --shard ${{ matrix.shard }}/1 \
122- --changed-since HEAD^ \
123121 --follow-dependencies \
124122 --profile "+${{ matrix.profile }}" \
125123 --filter ${{ matrix.filter }}
You can’t perform that action at this time.
0 commit comments