Skip to content

Commit

Permalink
chore: restrict e2e tests from running on lfai-ui changes
Browse files Browse the repository at this point in the history
  • Loading branch information
YrrepNoj committed Apr 16, 2024
1 parent fdc0ef9 commit a39adf2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e-shim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ on:
# Catch pytests
- "tests/pytest/**"

# Catch LFAI-UI things
- "src/leapfrogai_ui/**"
- "packages/ui/**"


permissions:
contents: read
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ on:
# Ignore non e2e tests
- "!tests/pytest/**"

# Ignore LFAI-UI things (for now?)
- "!src/leapfrogai_ui/**"
- "!packages/ui/**"


concurrency:
group: e2e-${{ github.ref }}
Expand Down

0 comments on commit a39adf2

Please sign in to comment.