Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cosmology-tech/starship
Browse files Browse the repository at this point in the history
* 'main' of github.com:cosmology-tech/starship:
  hotfix: only run e2e tests if changes made to starship dir and workflow
  • Loading branch information
pyramation committed May 15, 2024
2 parents b6a05b4 + 25eb9e7 commit 8236951
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

0 comments on commit 8236951

Please sign in to comment.