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
ci: merge tester and tester-tag into a single parallel workflow
Consolidate tester.yml and tester-tag.yml into a single ci workflow
with two independent parallel jobs:
- test-instance-ids — targets by explicit instance ID (existing behaviour)
- test-tag-targeting — targets by tag (Key=tag:env + Key=tag:role)
Both jobs run on push to develop/main and workflow_dispatch. The
dispatch input 'environment' controls the tag value for the tag job
(defaults to 'production' on push). Neither job depends on the other.
Delete tester-tag.yml.
0 commit comments