StackStorm-Exchange / ci

Various scripts and utilities for StackStorm Exchange CI pipeline.
5 stars 18 forks source link

Conditionally self-enable "Pack Build and Test" workflow #139

Closed mamercad closed 1 year ago

mamercad commented 1 year ago

Might address this in #137.

cognifloyd commented 1 year ago

I merged, but missed a couple issues, so I pushed a couple of follow-up commits to fix this step.

That got us to this point: https://github.com/StackStorm-Exchange/ci/actions/runs/3746070101/jobs/6361092828#step:6:59

Cloning repos can be occassionally flaky. For the index, that's not an issue because we do it so often, that waiting a few more minutes for the next run doesn't really matter. For this workflow, I would like to avoid cloning the pack repos somehow, so that this can be more reliable.