I just ran into an [issue](https://github.com/leap-stc/cmip6-leap-feedstock/actions/runs/6016059677) when I pushed to main on [cmip6-leap-feedstock](https://github.com/leap-stc/cmip6-leap-feedstock). Seems that for pushing to main [the following](https://github.com/pangeo-forge/deploy-recipe-action/blob/f0ec71a5adc128abe5e1df733ea7d4434b5c0560/action/deploy_recipe.py#L73) is not true? ```python assert len(pulls) == 1 # pretty sure this is always true, but just making sure ``` Just wanted to flag this.