Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
gioelemella committed Oct 30, 2024
1 parent 00a29e2 commit 91e28f7
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 @@ -68,7 +68,7 @@ jobs:
needs: [ integration_test ]
runs-on: ubuntu-latest
name: Notify
if: ${{ always() && (inputs == null || inputs.notify == 'true') }}
if: ${{ always() && (github.event_name == 'schedule' || inputs.notify == true ) }}
steps:
- name: Report Status
uses: ravsamhq/notify-slack-action@be814b201e233b2dc673608aa46e5447c8ab13f2 # v2
Expand Down

0 comments on commit 91e28f7

Please sign in to comment.