This commit is contained in:
iFargle 2023-10-03 14:20:25 +09:00
parent 9abaef9236
commit 16ed266d9d

View file

@ -32,7 +32,5 @@ jobs:
- run: echo "The ${{ github.repository }} repository has been cloned to the runner." - run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "The workflow is now ready to test your code on the runner." - run: echo "The workflow is now ready to test your code on the runner."
- run: echo "This job's status is ${{ job.status }}." - run: echo "This job's status is ${{ job.status }}."
- if: always()
- name: "Post Run Cleanup"
if: always()
run: rm -rf /.cache run: rm -rf /.cache