Workflow Design and Control Flow
Designing Workflows with GitHub Actions
Content consolidated from Designing_Workflows_with_GitHub_Actions.md
and Workflow_Design_Getting_Started_and_Gitignore.md
(intro to GHA, triggers, jobs/steps, actions vs run, environments/secrets overview, getting started, .gitignore guidance).
... (preserved content excerpts) ...
Control Flow in GitHub Actions
Consolidated detailed control flow guidance from Control_Flow_in_GitHub_Actions.md
and chapter-style overview from Controlling_Workflow_Execution.md
.
Includes: default success(), failure(), cancelled(), always(), needs, continue-on-error, synchronization patterns, conditional expressions, examples and anti-patterns.
... (preserved content excerpts) ...