Skip to content

Fix test workflow to be reusable#12

Merged
oscarvalenzuelab merged 1 commit intomainfrom
fix/workflow-call-trigger
Oct 28, 2025
Merged

Fix test workflow to be reusable#12
oscarvalenzuelab merged 1 commit intomainfrom
fix/workflow-call-trigger

Conversation

@oscarvalenzuelab
Copy link
Collaborator

Summary

  • Add missing workflow_call trigger to test.yml workflow
  • Fixes the release.yml workflow failure that was occurring due to calling a non-reusable workflow

Test plan

  • Verify release workflow can now successfully call the test workflow
  • Check that existing test workflow triggers (push, PR, manual) still work

The release.yml workflow was failing because it tries to call test.yml
but test.yml was missing the required workflow_call trigger.
@oscarvalenzuelab oscarvalenzuelab merged commit a577efa into main Oct 28, 2025
3 checks passed
@oscarvalenzuelab oscarvalenzuelab deleted the fix/workflow-call-trigger branch October 28, 2025 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant