Skip to content

4th-batch-96-可能导致访问不存在的属性引发运行时异常 #1029

4th-batch-96-可能导致访问不存在的属性引发运行时异常

4th-batch-96-可能导致访问不存在的属性引发运行时异常 #1029

Workflow file for this run

name: Coverage
on:
pull_request:
types: [closed]
branches: [develop, release/**]
permissions: read-all
concurrency:
group: ${{ github.event.pull_request.number }}-${{ github.workflow }}
cancel-in-progress: true
env:
PR_ID: ${{ github.event.pull_request.number }}
COMMIT_ID: ${{ github.event.pull_request.head.sha }}
jobs:
cancel:
name: Cancel Coverage for ${{ github.event.pull_request.number }}
runs-on: ubuntu-latest
steps:
- name: Cancel Coverage
run: |
exit 0