Skip to content

Commit

Permalink
update again
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 14, 2024
1 parent 6f5a264 commit 8ad9b9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,9 @@ jobs:
release:
name: Deploy release
runs-on: ubuntu-latest
if: ${{ needs.determine-should-release.outputs.should-release == 'true' }}
needs:
- determine-should-release
- get-test-infos
steps:
- uses: actions/checkout@v4

- uses: ./.github/workflows/release_parallel.yml
uses: ./.github/workflows/release_parallel.yml
4 changes: 0 additions & 4 deletions .github/workflows/release_parallel.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Parallel Release
on:
workflow_call:
inputs:
test_infos:
required: true
type: string

jobs:
prepare-release:
Expand Down

0 comments on commit 8ad9b9c

Please sign in to comment.