Skip to content

Commit

Permalink
#318 Added always
Browse files Browse the repository at this point in the history
  • Loading branch information
FranSlot committed Oct 6, 2023
1 parent 23b1884 commit e1eea5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

Build:
needs: Approval
if: ${{ needs.Approval.result == 'skipped' || needs.Approval.result == 'success'}}
if: ${{ always() && (needs.Approval.result == 'skipped' || needs.Approval.result == 'success')}}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit e1eea5a

Please sign in to comment.