Skip to content

Commit

Permalink
chore: ignore web packages on acceptance and e2e tests (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez committed Apr 28, 2023
1 parent 4fba503 commit 63bf659
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/acceptance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- 'test_pack_dock.yml'
- 'triage.yml'
- 'end_to_end.yml'
- 'web/**'
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'test_pack_dock.yml'
- 'triage.yml'
- 'acceptance_test.yml'
- 'web/**'
pull_request:
branches: [ master ]
paths-ignore:
Expand All @@ -27,6 +28,7 @@ on:
- 'test_pack_dock.yml'
- 'triage.yml'
- 'acceptance_test.yml'
- 'web/**'
jobs:
validate_gradle_wrapper:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 63bf659

Please sign in to comment.