apify / workflows

Apify's reusable github workflows
7 stars 4 forks source link

fix: Wait for PR toolkit to finish before attempting merge of PR to develop #109

Closed fnesveda closed 7 months ago

fnesveda commented 7 months ago

Syncing of master back to develop after a release did not work, because the merge errored out on unfinished PR toolkit, which is a required workflow. This fixes it by waiting for the PR toolkit to finish before attempting the merge.