We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ccae2 commit adbe127Copy full SHA for adbe127
.github/workflows/e2e.yaml
@@ -27,7 +27,7 @@ on:
27
jobs:
28
e2e-tests:
29
runs-on: linux-amd64-cpu4
30
- if: ${{ github.event.workflow_run.conclusion == 'success' }} && ${{ github.event.workflow_run.event == 'push' }}
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
31
steps:
32
- name: Check out code
33
uses: actions/checkout@v4
0 commit comments