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 test deployment workflow to run properly in PRs (#207)
- Remove workflow_run trigger that caused workflow to run on main branch instead of PR branch
- Add proper concurrency configuration to prevent conflicts with other workflows
- Update paths-ignore to be more specific and allow workflow changes to trigger tests
- Fixes#102
0 commit comments