rename build project

This commit is contained in:
shenjack 2023-05-14 02:09:44 +08:00
parent 0e5d0d9117
commit 697fdd484e
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ on:
# 主任务 # 主任务
jobs: jobs:
build: build-dr-rs:
if: ${{!startsWith(github.event.ref, 'refs/tags/') && contains(github.event.head_commit.message, '[build skip]') == false }} if: ${{!startsWith(github.event.ref, 'refs/tags/') && contains(github.event.head_commit.message, '[build skip]') == false }}
# 全都要! # 全都要!
strategy: strategy:

View File

@ -10,7 +10,7 @@ on:
# 主任务 # 主任务
jobs: jobs:
build: build-nuitka:
if: ${{!startsWith(github.event.ref, 'refs/tags/') && contains(github.event.head_commit.message, '[build skip]') == false }} if: ${{!startsWith(github.event.ref, 'refs/tags/') && contains(github.event.head_commit.message, '[build skip]') == false }}
# 全都要! # 全都要!
strategy: strategy: