diff --git a/.github/workflows/test_backend.yml b/.github/workflows/test_backend.yml index 28c7b1599..2e01c721b 100644 --- a/.github/workflows/test_backend.yml +++ b/.github/workflows/test_backend.yml @@ -162,7 +162,7 @@ jobs: publish-status: runs-on: ubuntu-latest - if: always() + if: always() && needs.backend-tests.result != 'skipped' needs: [backend-tests, publish-report] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test_integration_playwright.yml b/.github/workflows/test_integration_playwright.yml index bbb9c9052..f17e059e8 100644 --- a/.github/workflows/test_integration_playwright.yml +++ b/.github/workflows/test_integration_playwright.yml @@ -202,7 +202,7 @@ jobs: publish-status: runs-on: ubuntu-latest - if: always() + if: always() && needs.integration-tests.result != 'skipped' needs: [integration-tests, publish-report] steps: - uses: actions/checkout@v4