Skip to content

Commit 079a5d2

Browse files
authored
Update auto_update_preview.yml
Attempt to fix notification trigger
1 parent 4bdc443 commit 079a5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto_update_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
GH_TOKEN: ${{ github.token }}
5656

5757
- name: Send notification
58-
if: ${{ failure() }} || steps.check_changes.outputs.has_changes == 'true'
58+
if: ${{ failure() || steps.check_changes.outputs.has_changes == 'true' }}
5959
uses: rtCamp/action-slack-notify@v2
6060
env:
6161
SLACK_CHANNEL: criteo-api-sdk-generator

0 commit comments

Comments
 (0)