mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-29 17:45:45 +08:00
Disable feature freeze
This commit is contained in:
parent
1e0ffd0546
commit
3ea22f0f0c
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.131
|
||||
secrets: inherit
|
||||
#test-feature-freeze:
|
||||
#uses: ./.github/workflows/release-process_feature-freeze.yml
|
||||
#with:
|
||||
#cura_version: 255.131
|
||||
#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.131.0-beta.1
|
||||
secrets: inherit
|
||||
|
Loading…
x
Reference in New Issue
Block a user