matrix-org / matrix-js-sdk

Matrix Client-Server SDK for JavaScript
Apache License 2.0
1.56k stars 583 forks source link

Run complement-crypto in CI #4197

Closed kegsay closed 4 months ago

kegsay commented 4 months ago

Example passing run: https://github.com/matrix-org/matrix-js-sdk/actions/runs/9059386066/job/24886870478#step:15:31 Example failing run: https://github.com/matrix-org/matrix-js-sdk/actions/runs/9059493785/job/24887206431

t3chguy commented 4 months ago

@kegsay how long would you expect this run to take? If its more than ~3 mins then it should run only on the merge queue. Current longest CI here is 3 mins

kegsay commented 4 months ago

It takes 7 minutes. Where do you want this to be placed?

t3chguy commented 4 months ago

Where do you want this to be placed?

Where it is placed does not matter, just add

if: github.event_name == 'merge_group'