Skip to content

[BACKEND] update enflame backend support on triton3.6 #2458

[BACKEND] update enflame backend support on triton3.6

[BACKEND] update enflame backend support on triton3.6 #2458

name: Code-Format-Check
on:
schedule:
- cron: '0 21 * * *'
push:
branches: [ "main", "triton_v3.2.x", "triton_v3.3.x", "triton_v3.4.x", "triton_v3.5.x", "triton_v3.6.x"]
pull_request:
branches: [ "main", "triton_v3.2.x", "triton_v3.3.x", "triton_v3.4.x", "triton_v3.5.x", "triton_v3.6.x"]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
token: ${{ secrets.BOT_PAT_TOKEN || github.token }}
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: pre-commit/action@v3.0.1
- uses: stefanzweifel/git-auto-commit-action@v4
if: always()
with:
commit_message: Apply code-format changes
commit_user_name: flagtree-bot
commit_user_email: flagtree_ai@163.com
commit_author: flagtree-bot <flagtree_ai@163.com>