always trigger e2e (#109)

This commit is contained in:
Boshi Lian 2022-11-28 09:09:38 -08:00 committed by GitHub
parent 82eb44a76d
commit a447e2e60b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,6 @@ jobs:
E2E:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Check out code