mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-22 15:38:06 +00:00
Revert "Update status check to 'success' only if e2e tests are passed"
This reverts commit 878b38deac
.
This commit is contained in:
2
.github/workflows/test-e2e-fork.yml
vendored
2
.github/workflows/test-e2e-fork.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user