mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-28 00:59:02 +08:00
Skip feature freeze
This commit is contained in:
parent
ec56098a9e
commit
7132427828
12
.github/workflows/release-process_tester.yml
vendored
12
.github/workflows/release-process_tester.yml
vendored
@ -5,15 +5,15 @@ on:
|
||||
push
|
||||
|
||||
jobs:
|
||||
test-feature-freeze:
|
||||
uses: ./.github/workflows/release-process_feature-freeze.yml
|
||||
with:
|
||||
cura_version: 255.124
|
||||
secrets: inherit
|
||||
#test-feature-freeze:
|
||||
#uses: ./.github/workflows/release-process_feature-freeze.yml
|
||||
#with:
|
||||
#cura_version: 255.124
|
||||
#secrets: inherit
|
||||
|
||||
test-release-candidate:
|
||||
uses: ./.github/workflows/release-process_release-candidate.yml
|
||||
needs: [test-feature-freeze]
|
||||
#needs: [test-feature-freeze]
|
||||
with:
|
||||
cura_version: 255.124.0-beta.1
|
||||
secrets: inherit
|
||||
|
Loading…
x
Reference in New Issue
Block a user