Tag: cicd

  • Manually running Github actions (workflow_dispatch)

    In my research on the simplest way to implement CI/CD deployment rollback using Github Actions, I decided the simplest-but-not-too-simple solution would be to run a workflow manually. But I could not find a satisfying answer to one key question: If I run a workflow with “Use workflow from [select a branch]” then1) does it use…