mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 10:36:31 +08:00
20 lines
404 B
YAML
20 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.131
|
|
secrets: inherit
|
|
|
|
test-release-candidate:
|
|
uses: ./.github/workflows/release-process_release-candidate.yml
|
|
needs: [test-feature-freeze]
|
|
with:
|
|
cura_version: 255.131.0-beta.1
|
|
secrets: inherit
|