CI: Remove the initial cleanup job
No longer needed since we ignore the files to be deleted in other places now
This commit is contained in:
parent
9d53e3dd7c
commit
02de992f1c
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -35,12 +35,6 @@ jobs:
|
|||||||
python -m pip install --upgrade pip setuptools wheel
|
python -m pip install --upgrade pip setuptools wheel
|
||||||
python -m pip install --user -r requirements.txt
|
python -m pip install --user -r requirements.txt
|
||||||
|
|
||||||
- name: Clean up assets
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
run: |
|
|
||||||
python autobuild.py clean-assets
|
|
||||||
|
|
||||||
- name: Show build queue
|
- name: Show build queue
|
||||||
id: queue
|
id: queue
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user