Skip to content

Commit

Permalink
Only enable e2e testing for workflow dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: Xudong Sun <[email protected]>
  • Loading branch information
marshtompsxd committed Aug 26, 2023
1 parent 6876572 commit 6bc56fc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/e2e-testing.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: e2e Testing
run-name: e2e tests run by ${{ github.actor }}
on:
push:
branches:
- main
paths-ignore:
- "README.md"
- ".gitignore"
- "doc/**"
pull_request:
workflow_dispatch:
jobs:
e2e-testing:
Expand Down

0 comments on commit 6bc56fc

Please sign in to comment.