defenseunicorns / delivery-aws-iac

Apache License 2.0
16 stars 5 forks source link

ci: implement hacky thing to only have e2e tests run in merge queue #351

Closed zack-is-cool closed 1 year ago

zack-is-cool commented 1 year ago

basically, auto-success runs in PRs (pull_request), actual e2e will run in merge queue (merge_group) and then be merged on success

you can add a PR to the merge queue without actually doing an e2e test and removing duplication of testing for something to make it into main

zack-is-cool commented 1 year ago

For sure, just trying to do a PoC here