Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
SelfhostedPro committed Apr 26, 2024
1 parent de33564 commit 79a36c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/armbian_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
needs: [build-armbian, build-dietpi, setup]
if: |
always() &&
( needs.build-armbian.result == 'success' || needs.build-armbian.result == 'skipped' )
( needs.build-armbian.result == 'success' || needs.build-armbian.result == 'skipped' ) &&
( needs.build-dietpi.result == 'success' || needs.build-dietpi.result == 'skipped' )
env:
make_release: ${{ needs.setup.outputs.make_release }}
Expand Down

0 comments on commit 79a36c5

Please sign in to comment.