Revert "Update status check to 'success' only if e2e tests are passed"

This reverts commit 878b38deac.
This commit is contained in:
Volodymyr Zotov
2025-10-02 12:37:04 -05:00
parent 878b38deac
commit 5199e9f350

View File

@@ -30,7 +30,7 @@ jobs:
update-check-status:
needs: e2e-tests
runs-on: ubuntu-latest
if: needs.e2e-tests.result == 'success' && github.event_name == 'repository_dispatch'
if: always() && github.event_name == 'repository_dispatch'
steps:
- uses: actions/github-script@v6
env: