ZK-5546: Websocket endpoint doesn't trigger timeout-uri redirect afte… #3152
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: WIP | |
on: | |
pull_request_target: | |
types: [opened, synchronize, reopened, edited, labeled, auto_merge_enabled] | |
jobs: | |
wip: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wip/action@v1 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |