Skip to content

Commit

Permalink
[MAIN-22] fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
gioelemella committed Jan 15, 2025
1 parent a2caee5 commit 1682849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1682849

Please sign in to comment.