Skip to content

Commit

Permalink
Fix job dependency bug in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
a-m-zill committed May 16, 2023
1 parent 28ee029 commit be8f8a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'main'

jobs:
if_merged:
merge_release:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
short-description: Anwendungs-Kern für Frontend, Adminportal, Selfserviceportal und EAI.

github-release:
needs: release
needs: merge_release
name: Create Release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit be8f8a0

Please sign in to comment.