This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
Improve WOQ model saving and loading #230
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI-Summary | |
on: | |
pull_request: | |
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 | |
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)" |