Skip to content

Commit

Permalink
Project automation: don't run e2e tests on documentation-only PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
priethor committed Jul 11, 2023
1 parent 203789b commit 7a8bc27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/end2end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: End-to-End Tests

on:
pull_request:
paths-ignore:
- '**.md'
push:
paths-ignore:
- '**.md'
branches:
- trunk
- 'release/**'
Expand Down

0 comments on commit 7a8bc27

Please sign in to comment.