You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restrict workflow runs to cfengine organization pull requests
The workflow event must be pull_request in order for the scripts to know what baseref (branch) to use for dependent repos.
Before this change master branch worked fine but branch dependency PRs from github-actions(bot) would fail due to always checking out master.
Ticket: ENT-13038
Changelog: none
(cherry picked from commit 0621c06)
Conflicts:
.github/workflows/build-using-buildscripts.yml
We don't need changes to build-using-buildscripts.yml, only ci.yml
0 commit comments