Closed frewsxcv closed 1 year ago
Ughhhhhh I just replicated what we used in GeoJSON. Blast.
I wonder if it's because we have this specified:
push:
branches:
- main
- staging
- trying
Which means CI won't run on other branches, like the temporary branch it creates for the queue
The other difference with geojson is that we aren't using an "aggregator" job the way we do in proj
and geo
…
That shouldn't make a difference, but who knows.
I feel like this isn't supposed to be hard, but I can't figure out what we're doing wrong. ðŸ˜
Ohhhhh, well this was disabled. I've enabled it now.
Ohhhhh
well this was disabled. I've enabled it now.
That setting is actually confusing to me. It didn't solve the problem and I'm not sure what it does.
I think what we want is the "only merge non-failing pull requests" but that was already checked. 🤷
🤔 It seems like it's merging directly to main and only running the tests after. Or am I confused?