Disable feature freeze

This commit is contained in:
Erwan MATHIEU 2024-06-06 15:33:35 +02:00
parent 1e0ffd0546
commit 3ea22f0f0c

View File

@ -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.131 #cura_version: 255.131
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.131.0-beta.1 cura_version: 255.131.0-beta.1
secrets: inherit secrets: inherit