We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deba7eb commit 310d122Copy full SHA for 310d122
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
60
integration-e2e:
61
# Only run end-to-end tests on pushes to master to keep PRs fast
62
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/master' || github.event_name == 'workflow_dispatch'
63
runs-on: ubuntu-latest
64
needs: build-test
65
steps:
0 commit comments