Skip to content

Commit

Permalink
hotfix: only run e2e tests if changes made to starship dir and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed May 15, 2024
1 parent eea5a8e commit 25eb9e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
- release/*
paths:
- "starship/**"
- ".github/workflows/e2e-tests.yaml"
# Run every day at 18:00 UTC
schedule:
- cron: '0 18 * * *'
Expand Down

1 comment on commit 25eb9e7

@pyramation
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this! So if we do starshipjs only, it won't trigger all the tests?

Please sign in to comment.