Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(IDX): skip build determinism if files were not rebuilt (#3852)
This implements a workaround to return successfully from the build determinism check if no artifacts were built/uploaded. The correct fix would be to pass the shasums via GHA artifacts. Until then, we make sure not to fail if the artifacts were not uploaded to S3 (i.e. returning 403).
- Loading branch information