mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Set new version for testing
This commit is contained in:
parent
8a23981b89
commit
ef2fb67222
1 changed files with 7 additions and 7 deletions
14
.github/workflows/release-process_tester.yml
vendored
14
.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.125
|
||||
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
|
||||
cura_version: 255.125.0-beta.1
|
||||
secrets: inherit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue