mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-05-20 16:51:31 +00:00
Both workflows trigger on push to master and race to delete assets from the same dev release. When one deletes assets the other is also trying to delete, the "Not Found" error fails the cleanup job and skips all downstream build jobs. Add continue-on-error to both cleanup steps since the error is harmless — build steps already use overwrite: true.