OpenMetadata/.github/workflows
IceS2 5d44a496b4
Clean up dead/legacy GitHub Actions workflows (#26634)
* Remove disabled maven-build and maven-build-skip workflows

These workflows have been fully replaced by the integration-tests-* workflows.
maven-build.yml was gated by `if: false` and maven-build-skip.yml only existed
to satisfy required checks for the disabled workflow.

* Remove disabled Maven Postgres test workflows

maven-postgres-rdf-tests-build.yml and maven-postgres-tests-build.yml were
disabled (if: false / workflow_dispatch-only) and replaced by the
integration-tests-* workflows. maven-postgres-tests-build-skip.yml was their
required-check placeholder.

* Remove placeholder ui-core-components-tests workflow

The workflow only echoed "Nothing to test" with no actual test steps.
Can be re-added when tests are implemented for the core components library.

* Remove inactive claude-code-review workflow

PR trigger was commented out, making it dispatch-only and unused.
The active claude.yml workflow (triggered by @claude mentions) remains.

* Remove legacy Selenium E2E test workflow

All E2E tests have migrated to Playwright. This Selenium workflow also had
hardcoded sleep instead of health checks and no Docker cleanup step.

* Update monitor-slack-link from Python 3.9 (EOL) to 3.11

* Remove experimental py-nox-ci workflow

Manual-only experimental workflow for testing Nox as a Python CI replacement.
No longer in use — existing py-tests workflows handle Python CI.

* Revert "Update monitor-slack-link from Python 3.9 (EOL) to 3.11"

This reverts commit ea9fa04e9d.

* Remove phylum and issues-notion-sync workflows

Phylum dependency analysis and Notion issue sync are no longer in use.
2026-03-23 08:30:01 +01:00
..
airflow-apis-tests.yml Fix #21506: Upgrade to Java 21 (#21507) 2025-06-11 22:06:08 -07:00
auto-cherry-pick-labeled-prs.yaml chore: updating auto cherry pick wf (#19264) 2025-01-07 11:54:31 +01:00
claude.yml Add Claude Code GitHub Workflow (#22315) 2025-07-11 11:43:11 -07:00
codeql.yml Chore: Add codeql blank workflow (#23921) 2025-10-16 16:05:01 +05:30
docker-k8s-operator.yml FIX - K8s Operator Release CI (#25785) 2026-02-10 10:48:41 +01:00
docker-openmetadata-db.yml feat: Ingestion Docker Image Tags (#16819) 2024-06-27 18:40:06 +05:30
docker-openmetadata-ingestion-base-slim.yml fix: Do not Update Docker Image Tags (3 digits) on RC Releases (#17218) 2024-07-29 15:38:58 +05:30
docker-openmetadata-ingestion-base.yml fix: Add cleanup for runner (#25277) 2026-01-14 10:29:46 +05:30
docker-openmetadata-ingestion.yml HOTFIX: Docker Ingestion CI add free disk space step (#24491) 2025-11-21 18:55:17 +05:30
docker-openmetadata-postgres.yml feat: Ingestion Docker Image Tags (#16819) 2024-06-27 18:40:06 +05:30
docker-openmetadata-server.yml Fix #21506: Upgrade to Java 21 (#21507) 2025-06-11 22:06:08 -07:00
git-create-release-branch.yml fix: Update CI to add run-name, remove trivial steps, default_author: github_actions (#16456) 2024-05-29 15:56:50 +05:30
integration-tests-mysql-elasticsearch.yml Move path filtering from trigger level to job level for integration test workflows (#26631) 2026-03-20 09:18:51 +01:00
integration-tests-postgres-opensearch.yml Move path filtering from trigger level to job level for integration test workflows (#26631) 2026-03-20 09:18:51 +01:00
java-checkstyle.yml chore: Exclude playwright documentation and doc-generator paths from various CI workflow triggers. (#25568) 2026-01-28 05:12:03 +00:00
maven-build-collate.yml Fix MCP tools entity status (#26567) 2026-03-18 11:04:00 +01:00
maven-sonar-build.yml Delete Old Integration tests and fix sonar workflow (#26204) 2026-03-04 18:22:09 -08:00
monitor-slack-link.yml CI - Slack link monitor w/ playwright (#25641) 2026-01-30 10:23:52 +01:00
mysql-nightly-e2e.yml Fix Metrics collection; reduce no.of metrics; improve slow request lo… (#25751) 2026-03-13 13:38:31 -07:00
playwright-docs-check.yml feat: Add e2e test documentation site with generation scripts and VitePress configuration. (#24837) 2025-12-18 11:16:04 +05:30
playwright-integration-tests-mysql.yml Fix Metrics collection; reduce no.of metrics; improve slow request lo… (#25751) 2026-03-13 13:38:31 -07:00
playwright-integration-tests-postgres.yml Fix Metrics collection; reduce no.of metrics; improve slow request lo… (#25751) 2026-03-13 13:38:31 -07:00
playwright-mysql-e2e-skip.yml chore: Exclude playwright documentation and doc-generator paths from various CI workflow triggers. (#25568) 2026-01-28 05:12:03 +00:00
playwright-mysql-e2e.yml Fix environment variable reference for PLAYWRIGHT_BQ_PROJECT_ID in workflow files (#25602) 2026-01-29 14:20:15 +05:30
playwright-postgresql-e2e-skip.yml chore: Exclude playwright documentation and doc-generator paths from various CI workflow triggers. (#25568) 2026-01-28 05:12:03 +00:00
playwright-postgresql-e2e.yml Fix Playwright CI build: install antlr4 CLI before Maven build (#26446) 2026-03-12 08:42:50 -07:00
playwright-sso-tests.yml Faster tests (#24948) 2025-12-26 23:47:49 -08:00
postgresql-nightly-e2e.yml Fix Metrics collection; reduce no.of metrics; improve slow request lo… (#25751) 2026-03-13 13:38:31 -07:00
publish-maven-package.yml Complete Migration to Central Publishing Portal (Replace Nexus Staging Plugin) (#24614) 2025-12-01 12:41:29 +05:30
py-checkstyle.yml chore: Exclude playwright documentation and doc-generator paths from various CI workflow triggers. (#25568) 2026-01-28 05:12:03 +00:00
py-cli-e2e-tests.yml chore(ci): enhance Python E2E and SonarCloud workflows with unit and and integration tests (#26481) 2026-03-23 10:47:16 +05:30
py-operator-build-test.yml fixed the workflow issue (#21884) 2025-06-23 13:11:00 +05:30
py-sonarcloud-nightly.yml chore(ci): enhance Python E2E and SonarCloud workflows with unit and and integration tests (#26481) 2026-03-23 10:47:16 +05:30
py-tests-postgres.yml fix(ci): replace py-tests skip workflow with job-level path filtering and gate jobs (#26556) 2026-03-17 17:33:15 +01:00
py-tests.yml fix(ci): replace py-tests skip workflow with job-level path filtering and gate jobs (#26556) 2026-03-17 17:33:15 +01:00
python-packages-publish.yml MINOR: Fix Python Workflows (#20712) 2025-04-10 11:16:10 +05:30
security-scan.yml Fix workflow python version picking with quotes (#24263) 2025-11-11 13:24:22 +05:30
stale.yml Stale pr workflow (#26667) 2026-03-20 14:18:33 -07:00
team-labeler.yml Update team-labeler action permissions (#21402) 2025-05-26 20:12:32 +02:00
trivy-scan-ingestion-base-slim-image.yml Stale pr workflow (#26667) 2026-03-20 14:18:33 -07:00
trivy-scan-ingestion-image.yml Stale pr workflow (#26667) 2026-03-20 14:18:33 -07:00
trivy-scan-openmetadata-server.yml Stale pr workflow (#26667) 2026-03-20 14:18:33 -07:00
typescript-type-generation.yml Update the typescript type check workflow to work on forked PRs (#26455) 2026-03-13 11:47:32 +05:30
ui-checkstyle.yml ci: ui checkstyle workflow in favour to remove pre-commit (#26445) 2026-03-20 19:02:12 +05:30
update-playwright-e2e-docs.yml feat: Introduce GitHub Actions workflow for automated Playwright E2E documentation updates. (#25545) 2026-01-27 18:46:07 +05:30
validate-docker-compose-quickstart.yml GEN-4784 Add validation action for OMD dockerfile (#24335) 2025-11-19 14:55:30 -05:00
validate-jsons-yamls.yml Fix workflow python version picking with quotes (#24263) 2025-11-11 13:24:22 +05:30
yarn-coverage.yml chore: Exclude playwright documentation and doc-generator paths from various CI workflow triggers. (#25568) 2026-01-28 05:12:03 +00:00