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
Fix CI: Add workflow_call trigger to security-scan workflow (#2008)
The security-scan.yml workflow was missing the workflow_call trigger
needed to make it reusable. This was causing the run-on-pr.yml workflow
to fail when trying to call it.
Added workflow_call trigger while preserving existing triggers for
workflow_dispatch, push, pull_request, and scheduled runs.
0 commit comments