mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
20 lines
363 B
YAML
20 lines
363 B
YAML
name: trigger
|
|
on:
|
|
pull_request:
|
|
types: [opened, synchronize, reopened, labeled, unlabeled]
|
|
branches:
|
|
- main
|
|
- 5.0-dev
|
|
push:
|
|
branches:
|
|
- main
|
|
- 5.0-dev
|
|
|
|
jobs:
|
|
checks:
|
|
permissions: write-all
|
|
runs-on: ubuntu-22.04
|
|
if: github.event.sender.login != 'gradio-pr-bot'
|
|
steps:
|
|
- run: echo "Requesting checks"
|