File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ ## π Automated Workflows
2+
3+ This project uses the following GitHub Actions workflows:
4+
5+ ### Validate and Test Build
6+
7+ File: ` build-check.yaml `
8+
9+ Triggered by:
10+ - π Manual trigger
11+ - β° Scheduled: ` 0 0 * * * `
12+ - π Pull request
13+
14+ ### Build ISO
15+
16+ File: ` build.yaml `
17+
18+ Triggered by:
19+ - π Manual trigger
20+ - β° Scheduled: ` 0 0 * * * `
21+ - π€ Push to repository
22+
23+ ### Check to make sure Dockerfile works
24+
25+ File: ` dockerfile-check.yaml `
26+
27+ Triggered by:
28+ - π Manual trigger
29+ - β° Scheduled: ``
30+ - π Pull request
31+
32+ ### Update Documentation
33+
34+ File: ` update-docs.yaml `
35+
36+ Triggered by:
37+ - π Manual trigger
38+ - β° Scheduled: ` " -f2) `
39+ - π€ Push to repository
40+ - π Pull request
41+
42+ ### Update Packages
43+
44+ File: ` update-packages.yaml `
45+
46+ Triggered by:
47+ - π Manual trigger
48+ - β° Scheduled: ` 0 2 * * * `
49+
You canβt perform that action at this time.
0 commit comments