Skip to content

Commit 66acbaa

Browse files
committed
Try to fix action
1 parent 9f3f4de commit 66acbaa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code-qa.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ jobs:
9090
needs: [check-translations, knip, compile, platform-unit-test, integration-test]
9191
if: ${{ always() && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/cte/slack-webhook') && github.event_name == 'push' && contains(needs.*.result, 'failure') }}
9292
steps:
93+
- name: Checkout code
94+
uses: actions/checkout@v4
95+
9396
- name: Send Slack notification on failure
9497
uses: ./.github/actions/slack-notify
9598
with:

0 commit comments

Comments
 (0)