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
.github/workflows: Separate out the e2e jobs into workflows (#2158)
* .github/workflows: Separate out the e2e jobs into workflows
Update the .github/workflows/test-scripts.yml GH action workflow and
move all the jobs listed there into separate workflows. This allows us
to retest a single workflow at a time as a workaround to GH not allowing
you to retest individual jobs in a workflow.
Signed-off-by: timflannagan <[email protected]>
* .github/workflows: Add the 'ci' workflow name to all e2e-related jobs
Signed-off-by: timflannagan <[email protected]>
0 commit comments