mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
* Refactored ci pipeline * update * Describe PR diff coverage using JSON file * remove pip cache setting from Approve * fix * update
21 lines
395 B
YAML
21 lines
395 B
YAML
name: CI
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- develop
|
|
- 'release/*'
|
|
workflow_dispatch:
|
|
|
|
concurrency:
|
|
group: ${{ github.event.pull_request.number }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Print current runner name
|
|
run: |
|
|
echo "The current CI tasks have been migrated to PreCe and will be deprecated soon."
|