diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index bc0869d..337a74c 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -66,7 +66,7 @@ jobs: needs: [ integration_test ] runs-on: ubuntu-latest name: Notify - if: ${{ always() && (inputs == null || inputs.notify == 'true') }} + if: ${{ always() && (inputs == null || inputs.notify == true) }} steps: - name: Report Status uses: ravsamhq/notify-slack-action@be814b201e233b2dc673608aa46e5447c8ab13f2 # v2