Move ztl testcase ZK-1523 to zktest, because IWBS was opened by default since ZK10 #2515
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 }} |