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
on: [pull_request]
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
env:
PYTHON_VERSION: '3.12'
VENV_DIR: tilelang_ci
......
name: CI
on: [pull_request]
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
env:
PYTHON_VERSION: '3.12'
VENV_DIR: tilelang_ci
......
name: CI Test on Metal
on: [pull_request]
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
env:
PYTHON_VERSION: '3.12'
VENV_DIR: tilelang_ci
......
......@@ -41,4 +41,3 @@ jobs:
else
echo "No changes detected, skipping commit and push."
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