Skip to content

Commit f007510

Browse files
committed
Drop unused release workflow
Update Copilot instructions accordingly.
1 parent 7fb857b commit f007510

2 files changed

Lines changed: 3 additions & 53 deletions

File tree

.github/instructions/ci-workflows.instructions.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff 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
1414
workflows 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
7070
corresponding 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

8175
Builds Sphinx documentation inside a dev Docker container. Triggers on:

.github/workflows/release.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)