Skip to content

Commit

Permalink
workflows(release): run, only if tests succeed (part of #42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfroeller committed Jun 12, 2024
1 parent 4e4e4a7 commit aa9f65b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
release:
runs-on: macos-latest

if: ${{ github.event.workflow_run.conclusion == 'success' }}

steps:
- name: Info
run: echo "Release Workflow - IOS App"
Expand Down

0 comments on commit aa9f65b

Please sign in to comment.