From e125af9a87041a2d0a91f35ecba7d3a6cdd10520 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Sat, 20 Jun 2026 12:37:51 +0200 Subject: [PATCH] [ci] Remove 6.38 builds because 6.38 is a closed cycle, as per Release and Support plan. --- .github/workflows/root-638.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .github/workflows/root-638.yml diff --git a/.github/workflows/root-638.yml b/.github/workflows/root-638.yml deleted file mode 100644 index d6375504d7ca9..0000000000000 --- a/.github/workflows/root-638.yml +++ /dev/null @@ -1,34 +0,0 @@ - -name: 'ROOT 6.38' - -on: - schedule: - - cron: '01 0 * * *' - - workflow_dispatch: - inputs: - incremental: - description: 'Do incremental build' - type: boolean - required: true - default: true - binaries: - description: Create binary packages and upload them as artifacts - type: boolean - required: true - default: false - buildtype: - description: The CMAKE_BUILD_TYPE to use for non-Windows. - type: choice - options: - - Debug - - RelWithDebInfo - - Release - - MinSizeRel - default: Debug - required: true - -jobs: - run_nightlies: - uses: root-project/root/.github/workflows/root-ci.yml@v6-38-00-patches - secrets: inherit