Skip to content

Commit

Permalink
Remove version for direct script call
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Jun 5, 2024
1 parent 7e6a03c commit b12520b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-process_tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:

jobs:
test-feature-freeze:
uses: ./.github/workflows/release-process_feature-freeze.yml@CURA-10769_automate_release_action
uses: ./.github/workflows/release-process_feature-freeze.yml
with:
cura_version: 255.124
secrets: inherit

test-release-candidate:
uses: ./.github/workflows/release-process_release-candidate.yml@CURA-10769_automate_release_action
uses: ./.github/workflows/release-process_release-candidate.yml
needs: [test-feature-freeze]
with:
cura_version: 255.124.0-beta.1
Expand Down

0 comments on commit b12520b

Please sign in to comment.