Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
tilelang
Commits
9a7cda42
Unverified
Commit
9a7cda42
authored
Oct 09, 2025
by
Xuehai Pan
Committed by
GitHub
Oct 09, 2025
Browse files
[CI] auto-cancel in-progress PR CI when new commits are pushed (#956)
parent
07f62104
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
7 deletions
+18
-7
.github/workflows/amd_ci.yml
.github/workflows/amd_ci.yml
+6
-2
.github/workflows/bot.yml
.github/workflows/bot.yml
+2
-2
.github/workflows/ci.yml
.github/workflows/ci.yml
+5
-1
.github/workflows/metal_ci.yml
.github/workflows/metal_ci.yml
+5
-1
.github/workflows/publish_docs.yml
.github/workflows/publish_docs.yml
+0
-1
No files found.
.github/workflows/amd_ci.yml
View file @
9a7cda42
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
...
...
.github/workflows/bot.yml
View file @
9a7cda42
.github/workflows/ci.yml
View file @
9a7cda42
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
...
...
.github/workflows/metal_ci.yml
View file @
9a7cda42
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
...
...
.github/workflows/publish_docs.yml
View file @
9a7cda42
...
...
@@ -41,4 +41,3 @@ jobs:
else
echo "No changes detected, skipping commit and push."
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment