Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.53 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.53 KB

⚠️ public-playground ⚠️

Testing out GitHub features that require a public repository.

GitHub Workflow Environment Test

The .github/workflows/environment-test.yml workflow shows how it's possible to require a review on a specific environment before continuing the workflow using Reviewing deployments.

Furthermore, the above-mentioned workflow also shows how the jobs can be triggered based on the output from the previous job.

GitHub Environment use-case

Check out the flow charts in the following cases:

Reviewing Deployment Required

Before review image

After review image

Automatic Deployment

image

More on GitHub Environment

Using GitHub Environments also provides deployment information such as:

Branch deployment status

image

Deployment activity

image