Skip to content

Commit

Permalink
ci: make e2e test dependant (#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 authored May 7, 2024
1 parent f65954a commit 3cf136e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/shaggy-cougars-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "sunday"
open-pull-requests-limit: 10
labels:
- "chore"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
e2e:
runs-on: ubuntu-latest
timeout-minutes: 10
needs: [environments]
if: ${{ !github.event.pull_request.draft }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 3cf136e

Please sign in to comment.