ci: perf workflows

This commit is contained in:
Junyan Qin
2025-01-02 11:03:40 +08:00
parent 5dc6bed0d1
commit ed719fd44e
2 changed files with 10 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ on:
jobs:
build-dev-image:
runs-on: ubuntu-latest
# 如果是tag则跳过
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
steps:
- name: Checkout
uses: actions/checkout@v2