ckeditor / ckeditor4-workflows-common

Shared CKEditor 4 GitHub workflows.
1 stars 2 forks source link

PR submitted by a workflow does not trigger other workflows #30

Open MMMalik opened 3 years ago

MMMalik commented 3 years ago

Whenever a pull request is submitted by a GH workflow, e.g. by update-deps, another GH workflow that would normally be triggered on pull_request event will not be triggered. For example, a PR submitted by update-deps workflow in ckeditor4-react repo will not trigger test_all workflow in that repo.

This behavior is by design for workflows that use GITHUB_TOKEN and it's described here. Possible workarounds:

Let's discuss a viable approach.