This is an automated email from the ASF dual-hosted git repository.

Lee-W pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 96122a4e9d0 Remove v3-2-test scheduled CI upgrade check (#68275)
96122a4e9d0 is described below

commit 96122a4e9d040b39e0c5c664bc89dfc5314d38fc
Author: Wei Lee <[email protected]>
AuthorDate: Tue Jun 9 18:01:24 2026 +0800

    Remove v3-2-test scheduled CI upgrade check (#68275)
---
 .../scheduled-upgrade-check-v3-2-test.yml          | 35 ----------------------
 .github/workflows/upgrade-check.yml                |  2 +-
 2 files changed, 1 insertion(+), 36 deletions(-)

diff --git a/.github/workflows/scheduled-upgrade-check-v3-2-test.yml 
b/.github/workflows/scheduled-upgrade-check-v3-2-test.yml
deleted file mode 100644
index 7c924f3e8f3..00000000000
--- a/.github/workflows/scheduled-upgrade-check-v3-2-test.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
----
-name: "[v3-2-test] Scheduled CI upgrade check"
-on:  # yamllint disable-line rule:truthy
-  schedule:
-    # Tue, Thu at 06:00 UTC
-    - cron: '0 6 * * 2,4'
-  workflow_dispatch:
-permissions:
-  contents: write
-  pull-requests: write
-jobs:
-  upgrade-v3-2-test:
-    name: "[v3-2-test] Upgrade"
-    uses: ./.github/workflows/upgrade-check.yml
-    with:
-      target-branch: v3-2-test
-    secrets:
-      SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
diff --git a/.github/workflows/upgrade-check.yml 
b/.github/workflows/upgrade-check.yml
index 562b9b13e1c..fcc3cbca41c 100644
--- a/.github/workflows/upgrade-check.yml
+++ b/.github/workflows/upgrade-check.yml
@@ -22,7 +22,7 @@ on:  # yamllint disable-line rule:truthy
     inputs:
       target-branch:
         description: >-
-          Branch to upgrade (e.g. 'main' or 'v3-2-test')
+          Branch to upgrade (e.g. 'main')
         required: true
         type: string
     secrets:

Reply via email to