Workflow python_imports.yml
Trigger Events
If any of the below events occur, the python_imports.yml workflow will be triggered.
- workflow_call
Since there is a workflow_call trigger_event, this workflow can be triggered (called) by another (caller) workflow.
Thus, it is a
Reusable Workflow.
Reusable Workflow
Event Trigger: workflow_call
Inputs
Required Inputs
None
Optional Inputs
artifacts_dir- type: string
- Description:
- Default:
dependency-graphs
branches- type: string
- Description:
- Default:
master, main, dev
python_version- type: string
- Description:
- Default:
3.10
run_policy- type: string
- Description:
- Default:
2
source_code_targets- type: string
- Description:
- Default:
src
Secrets
None
Outputs
None