Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ping/rust: Don't set PR ref for master build
When building the `master` image we would previously mistakingly set the ref to the PR commit hash. This surfaced when testing a pull request from a fork. `master` would be pointed at the forks HEAD commit hash, but not the fork URL. Thus the build could not find the commit and would fail. See libp2p/rust-libp2p#3154
- Loading branch information