Skip to content

Commit

Permalink
Set new version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Jun 6, 2024
1 parent 8a23981 commit ef2fb67
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release-process_tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ef2fb67

Please sign in to comment.