rename build project
This commit is contained in:
parent
0e5d0d9117
commit
697fdd484e
2
.github/workflows/dr_rs.yml
vendored
2
.github/workflows/dr_rs.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
|
||||
# 主任务
|
||||
jobs:
|
||||
build:
|
||||
build-dr-rs:
|
||||
if: ${{!startsWith(github.event.ref, 'refs/tags/') && contains(github.event.head_commit.message, '[build skip]') == false }}
|
||||
# 全都要!
|
||||
strategy:
|
||||
|
2
.github/workflows/nuitka.yml
vendored
2
.github/workflows/nuitka.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
|
||||
# 主任务
|
||||
jobs:
|
||||
build:
|
||||
build-nuitka:
|
||||
if: ${{!startsWith(github.event.ref, 'refs/tags/') && contains(github.event.head_commit.message, '[build skip]') == false }}
|
||||
# 全都要!
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user