fix(ci): explain why workflow_call: is needed

This commit is contained in:
oopsbagel
2025-06-13 19:42:38 -07:00
parent c366eb9e4d
commit 185da9cb36

View File

@@ -5,7 +5,7 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_call:
workflow_call: # required to call this workflow from another workflow like release.yml
env:
CARGO_TERM_COLOR: always