From 8a26de230be0c9ed30c7e980b8489491831eba56 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 20 Mar 2025 16:29:38 +0100 Subject: [PATCH] chore(github): update integration workflow --- .github/workflows/integration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 67b85850..a0c6f196 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -22,6 +22,8 @@ jobs: node: [22] steps: + - uses: haya14busa/action-workflow_run-status@v1 + - name: Checkout uses: actions/checkout@v4 with: @@ -67,6 +69,8 @@ jobs: node: [22] steps: + - uses: haya14busa/action-workflow_run-status@v1 + - name: Checkout uses: actions/checkout@v4 with: