Skip to content

Commit

Permalink
removes condition from deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Beas authored and Victor Beas committed Dec 27, 2024
1 parent 13d4933 commit 6adea6c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ on:
push:
branches:
- prod
workflow_run:
workflows: ["Run Tests"]
types:
- completed
workflow_dispatch:

jobs:
deploy:
if: ${{ github.event.workflow_run.conclusion == 'success' }} # Only deploy if tests were successful
name: Deploy to Cocoapods # https://cocoapods.org/pods/KhipuClientIOS
runs-on: macos-latest

Expand Down

0 comments on commit 6adea6c

Please sign in to comment.