mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Skip feature freeze
This commit is contained in:
parent
ec56098a9e
commit
7132427828
1 changed files with 6 additions and 6 deletions
12
.github/workflows/release-process_tester.yml
vendored
12
.github/workflows/release-process_tester.yml
vendored
|
@ -5,15 +5,15 @@ on:
|
||||||
push
|
push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-feature-freeze:
|
#test-feature-freeze:
|
||||||
uses: ./.github/workflows/release-process_feature-freeze.yml
|
#uses: ./.github/workflows/release-process_feature-freeze.yml
|
||||||
with:
|
#with:
|
||||||
cura_version: 255.124
|
#cura_version: 255.124
|
||||||
secrets: inherit
|
#secrets: inherit
|
||||||
|
|
||||||
test-release-candidate:
|
test-release-candidate:
|
||||||
uses: ./.github/workflows/release-process_release-candidate.yml
|
uses: ./.github/workflows/release-process_release-candidate.yml
|
||||||
needs: [test-feature-freeze]
|
#needs: [test-feature-freeze]
|
||||||
with:
|
with:
|
||||||
cura_version: 255.124.0-beta.1
|
cura_version: 255.124.0-beta.1
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue