File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ guidance.
1010
1111## Workflow Overview
1212
13- This repository has seven GitHub Actions workflows in ` .github/workflows/ ` . Most
13+ This repository has six GitHub Actions workflows in ` .github/workflows/ ` . Most
1414workflows use concurrency groups to cancel in-progress runs when superseded,
15- except ` release.yml ` (no concurrency group) and ` api-docs.yml ` (which uses a
16- ` pages ` concurrency group that does not cancel in-progress runs).
15+ except ` api-docs.yml ` (which uses a ` pages ` concurrency group that does not
16+ cancel in-progress runs).
1717
1818### ` quick-checks.yml `
1919
@@ -70,12 +70,6 @@ Publishing to TestPyPI/PyPI uses OIDC Trusted Publishing and requires the
7070corresponding GitHub environment (` testpypi ` or ` pypi ` ). Only runs for the
7171` KhiopsML ` org on tag pushes.
7272
73- ### ` release.yml `
74-
75- Manual workflow that merges ` dev ` into ` main ` , tags the merge commit with the
76- provided version, and resets ` dev ` to ` main ` . Only triggered via
77- ` workflow_dispatch ` with a ` version ` input.
78-
7973### ` api-docs.yml `
8074
8175Builds Sphinx documentation inside a dev Docker container. Triggers on:
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments