Unverified Commit 9a7cda42 authored by Xuehai Pan's avatar Xuehai Pan Committed by GitHub
Browse files

[CI] auto-cancel in-progress PR CI when new commits are pushed (#956)

parent 07f62104
name: CI Test on AMD name: CI Test on AMD
on: [pull_request] on: [pull_request]
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
env: env:
PYTHON_VERSION: '3.12' PYTHON_VERSION: '3.12'
VENV_DIR: tilelang_ci VENV_DIR: tilelang_ci
......
name: CI name: CI
on: [pull_request] on: [pull_request]
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
env: env:
PYTHON_VERSION: '3.12' PYTHON_VERSION: '3.12'
VENV_DIR: tilelang_ci VENV_DIR: tilelang_ci
......
name: CI Test on Metal name: CI Test on Metal
on: [pull_request] on: [pull_request]
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
env: env:
PYTHON_VERSION: '3.12' PYTHON_VERSION: '3.12'
VENV_DIR: tilelang_ci VENV_DIR: tilelang_ci
......
...@@ -41,4 +41,3 @@ jobs: ...@@ -41,4 +41,3 @@ jobs:
else else
echo "No changes detected, skipping commit and push." echo "No changes detected, skipping commit and push."
fi fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment