Skip to content

Commit

Permalink
ci: fix release duplicate name
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored Dec 14, 2023
1 parent eb9ec87 commit 759e82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ jobs:
# JIRA_PROJECT: GAWR
# JIRA_VERSION: ${{ needs.release.outputs.version }}

push_images_to_test:
push_images:
if: needs.release.outputs.version != 'none'
needs: [ release ]
name: Push images to Test
Expand Down

0 comments on commit 759e82e

Please sign in to comment.