Skip to content

Commit

Permalink
ci: Ignore certain paths for e2e tests for PRs (no-changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi committed Aug 23, 2024
1 parent 47839c9 commit 6d02959
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/e2e-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ on:
branches:
- 'master'
- 'release/*'
paths-ignore:
- '.devcontainer/**'
- '.github/*'
- '.github/scripts/*'
- '.github/workflows/benchmark-*'
- '.github/workflows/check-*'
- '.vscode/**'
- 'docker/**'
- 'packages/@n8n/benchmark/**'
- '*.md'

concurrency:
group: e2e-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 6d02959

Please sign in to comment.