diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index a64cd9ae..faef7be4 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -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 }}