Skip to content

Commit

Permalink
Update integration_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini authored Apr 12, 2024
1 parent 8430148 commit fb436ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,9 @@ jobs:
needs: [ integration_test ]
runs-on: ubuntu-latest
name: Notify
if: ${{ always() && inputs.notify == 'true' }}
if: ${{ always() && (inputs == null || inputs.notify == 'true') }}
steps:
- name: Report Status
if: ${{ inputs.notify }}
uses: ravsamhq/notify-slack-action@v2
with:
status: ${{ needs.integration_test.result }}
Expand Down

0 comments on commit fb436ba

Please sign in to comment.