File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -30,34 +30,34 @@ These workflows are using a reusable caller workflow that allows for inputs to b
3030This is the structure of the workflows:
3131
3232```
33- ci_main_reusable_caller
34- ├── ci_debian_build
35- ├── ci_alpine_build
36- └── ci_alpine_release
37- └── ci_auto_rerun_failed_jobs
33+ ci-main-reusable-caller
34+ ├─ ci-debian-build
35+ ├─ ci-alpine-build
36+ ├─ ci-alpine-release
37+ └─ ci-auto-rerun-failed-jobs
3838```
3939
40- <Details summary = " ci_main_reusable_caller " >
40+ <Details summary = " ci-main-reusable-caller " >
4141The primary reusable caller workflow
4242<GithubActions id = " ci_main_reusable_caller" />
4343</Details >
4444
45- <Details summary = " ci_debian_build " >
45+ <Details summary = " ci-debian-build " >
4646The debian build workflow
4747<GithubActions id = " ci_debian_build" />
4848</Details >
4949
50- <Details summary = " ci_alpine_build " >
50+ <Details summary = " ci-alpine-build " >
5151The alpine build workflow
5252<GithubActions id = " ci_alpine_build" />
5353</Details >
5454
55- <Details summary = " ci_alpine_release " >
55+ <Details summary = " ci-alpine-release " >
5656The alpine release workflow
5757<GithubActions id = " ci_alpine_release" />
5858</Details >
5959
60- <Details summary = " ci_auto_rerun_failed_jobs " >
60+ <Details summary = " ci-auto-rerun-failed-jobs " >
6161This workflow automatically reruns any failed jobs. Mostly targeted for the release jobs to ensure the release is created.
6262<GithubActions id = " ci_auto_rerun_failed_jobs" />
6363</Details >
You can’t perform that action at this time.
0 commit comments