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:
|
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:
|
||||||
|
2
.github/workflows/nuitka.yml
vendored
2
.github/workflows/nuitka.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user