Skip to content

Commit

Permalink
Avoid running a job unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Oct 28, 2024
1 parent 80351c2 commit 16ebceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
runs-on:
labels: [tart, macos]
needs: [archive-demo-ios, archive-demo-tvos]
if: always()
if: failure() || always()
steps:
- name: Stop and remove the VM
run: |
Expand Down

0 comments on commit 16ebceb

Please sign in to comment.