Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.35 KB

2024-08-16-github-action.md

File metadata and controls

41 lines (27 loc) · 1.35 KB
layout title date last_updated description tags categories featured
post
Github Actions (draft)
2024-08-16 03:00:10 -0700
2024-08-16 01:14:10 -0700
Github Actions Howto
github notice personalnote
github
false

draft Gihub Actions (Activate / Deactivate)

Github Action Dectivate

Actions on Github

Predefined Actions on Github

Warnings from Github:

Warning: To prevent unnecessary workflow runs, scheduled workflows may be disabled automatically. When a public repository is forked, scheduled workflows are disabled by default. In a public repository, scheduled workflows are automatically disabled when no repository activity has occurred in 60 days.

Short Intro from Github

https://www.youtube.com/watch?v=URmeTqglS58

Good Explanation:

https://www.youtube.com/watch?v=R8_veQiYBjI

CI/CD or CICD is the combined practices of continuous integration (CI) and continuous delivery (CD)