Skip to content

[benchmark] Refactor backend_request_func.py for better clarity #860

[benchmark] Refactor backend_request_func.py for better clarity

[benchmark] Refactor backend_request_func.py for better clarity #860

name: ILUVATAR-CI
on:
pull_request:
types: [closed]
branches: [develop, release/**]
permissions: read-all
concurrency:
group: ${{ github.event.pull_request.number }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
cancel:
name: Cancel ILUVATAR-CI for ${{ github.event.pull_request.number }}
runs-on:
group: APPROVAL
steps:
- name: Cleanup
run: |
rm -rf * .[^.]*
- name: Cancel ILUVATAR-CI
run: |
exit 0