mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
19 lines
404 B
YAML
19 lines
404 B
YAML
name: Test release actions
|
|
run-name: Test
|
|
|
|
on:
|
|
push
|
|
|
|
jobs:
|
|
test-feature-freeze:
|
|
uses: ./.github/workflows/release-process_feature-freeze.yml
|
|
with:
|
|
cura_version: 255.126
|
|
secrets: inherit
|
|
|
|
test-release-candidate:
|
|
uses: ./.github/workflows/release-process_release-candidate.yml
|
|
needs: [test-feature-freeze]
|
|
with:
|
|
cura_version: 255.126.0-beta.1
|
|
secrets: inherit
|