Skip to content

fix int8 skip module config #1380

fix int8 skip module config

fix int8 skip module config #1380

Workflow file for this run

name: CI-Summary
on:
pull_request:
branches: [main]
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
required-jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
timeout-minutes: 361 # in case something is wrong with the internal timeout
steps:
- uses: XuehaoSun/probot@0.2+itrex
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
job: check-group
interval: 180 # seconds
timeout: 360 # minutes
token: ${{ secrets.GITHUB_TOKEN }}
maintainers: "[VincyZhang](https://github.com/VincyZhang)"
owner: "[VincyZhang](https://github.com/VincyZhang) or [XuehaoSun](https://github.com/XuehaoSun)"