gradio 4 UI locks up when components become active with generators #38236
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: trigger changeset generation | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened, edited, labeled, unlabeled] | |
branches: | |
- main | |
issue_comment: | |
types: [edited] | |
jobs: | |
version: | |
permissions: write-all | |
name: static checks | |
runs-on: ubuntu-22.04 | |
if: github.event.sender.login != 'gradio-pr-bot' | |
steps: | |
- run: echo ${{ github.event_name }} | |
- run: echo ${{ github.event.sender.login }} | |
- run: echo "Triggering changeset generation" |