Skip to content

Commit 310d122

Browse files
committed
allow dispatch e2e
1 parent deba7eb commit 310d122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
integration-e2e:
6161
# Only run end-to-end tests on pushes to master to keep PRs fast
62-
if: github.ref == 'refs/heads/master'
62+
if: github.ref == 'refs/heads/master' || github.event_name == 'workflow_dispatch'
6363
runs-on: ubuntu-latest
6464
needs: build-test
6565
steps:

0 commit comments

Comments
 (0)