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

xiangfu0 pushed a commit to branch xiangfu0/codex/pr-flow-openrouter
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to 
refs/heads/xiangfu0/codex/pr-flow-openrouter by this push:
     new f7c8c2181b0 Remove the temporary hosted installation preview
f7c8c2181b0 is described below

commit f7c8c2181b0f844b97131be5d33b0418466b5f59
Author: Xiang Fu <[email protected]>
AuthorDate: Mon Sep 7 19:35:43 2026 -0700

    Remove the temporary hosted installation preview
---
 .github/workflows/pr-flow-installation-preview.yml | 66 ----------------------
 1 file changed, 66 deletions(-)

diff --git a/.github/workflows/pr-flow-installation-preview.yml 
b/.github/workflows/pr-flow-installation-preview.yml
deleted file mode 100644
index 1719570bab5..00000000000
--- a/.github/workflows/pr-flow-installation-preview.yml
+++ /dev/null
@@ -1,66 +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: PR flow installation preview
-on:
-  push:
-    branches: [xiangfu0/codex/pr-flow-openrouter]
-permissions:
-  contents: read
-  pull-requests: read
-jobs:
-  preview:
-    if: github.repository == 'apache/pinot'
-    runs-on: ubuntu-latest
-    timeout-minutes: 10
-    steps:
-      - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
-        with:
-          ref: ${{ github.sha }}
-          sparse-checkout: .github/scripts/pr_flow
-          persist-credentials: false
-      - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 
v5
-        with:
-          python-version: '3.12'
-      - name: Validate trusted scripts
-        run: python -m unittest discover -s .github/scripts/pr_flow -p 
'test_*.py'
-      - name: Generate a read-only installation preview
-        env:
-          GITHUB_TOKEN: ${{ github.token }}
-          OPEN_ROUTER_API_KEY: ${{ secrets.OPEN_ROUTER_API_KEY }}
-          PR_NUMBER: '19489'
-          FORCE: 'true'
-          PREVIEW: 'true'
-          PR_FLOW_OUTPUT_DIR: ${{ runner.temp }}/pr-flow
-        run: |
-          python - <<'PY'
-          import os, sys
-          sys.path.insert(0, '.github/scripts/pr_flow')
-          from main import GitHub
-          client = GitHub(os.environ['GITHUB_TOKEN'])
-          client.history(19489)
-          print('GitHub Actions publication identity and edit-history access 
verified')
-          PY
-          python .github/scripts/pr_flow/main.py run
-      - name: Retain preview
-        if: always()
-        uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 
# v4
-        with:
-          name: pr-flow-installation-preview
-          path: ${{ runner.temp }}/pr-flow
-          retention-days: 7
-          if-no-files-found: ignore


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to