Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github: Remove misleading step from ipsec workflow
This step makes a query for the cilium/cilium repo on GitHub and then checks that the field 'private' is set to false. Note that cilium/cilium is public repository, so 'private' is always set to false. This means that the check is not validating whether git credentials were removed, it's just checking whether a public repository is public. When this step fails, for instance due to occasional ratelimits imposed by GitHub, *then* it would do a check whether a read-only git fetch would succeed, which would always succeed because this workflow is not removing Git/GitHub credentials. This commit therefore removes the misleading and incorrect step as it's better to have no check than to have a check that creates the impression of some property holding in the workflow run. Signed-off-by: Joe Stringer <joe@cilium.io>
- Loading branch information