Skip to content

Commit

Permalink
fix slack notify
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Apr 3, 2024
1 parent 242be51 commit 2a5de1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ jobs:
needs: [ create_runner, integration_test ]
runs-on: [ self-hosted, "${{ needs.create_runner.outputs.runner_name }}" ]
name: Notify
if: ${{ always() && (inputs == null || inputs.notify == 'true') }}
# if: ${{ always() && (inputs == null || inputs.notify == 'true') }}
if: always()
steps:
- name: Report Status
if: ${{ inputs.notify }}
Expand Down

0 comments on commit 2a5de1d

Please sign in to comment.