mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 10:39:40 +00:00
Rename jobs for V7 in GitHub Actions workflow
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
2e1198189c
commit
18fd42ae68
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -15,7 +15,7 @@ on:
|
|||||||
- v6
|
- v6
|
||||||
- v7
|
- v7
|
||||||
jobs:
|
jobs:
|
||||||
Patch_Stable:
|
Patch_Stable_V7:
|
||||||
if: |
|
if: |
|
||||||
(github.event_name == 'schedule') ||
|
(github.event_name == 'schedule') ||
|
||||||
(github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7'))
|
(github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7'))
|
||||||
@ -25,7 +25,7 @@ jobs:
|
|||||||
release: true
|
release: true
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Patch_LongTerm:
|
Patch_LongTerm_V7:
|
||||||
if: |
|
if: |
|
||||||
(github.event_name == 'schedule') ||
|
(github.event_name == 'schedule') ||
|
||||||
(github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7'))
|
(github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7'))
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
release: true
|
release: true
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
Patch_Testing:
|
Patch_Testing_V7:
|
||||||
if: |
|
if: |
|
||||||
(github.event_name == 'schedule') ||
|
(github.event_name == 'schedule') ||
|
||||||
(github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7'))
|
(github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7'))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user