Skip to content

Commit

Permalink
Don't trigger desktop e2e tests on mobile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Oct 2, 2023
1 parent 22600d9 commit 2d96281
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/e2e-crossplatform.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: E2E cross platform

on: [pull_request]
on:
pull_request:
paths:
- packages/desktop/**
- packages/backend/**
- packages/state-manager/**
- packages/identity/**
- packages/common/**

jobs:
mac:
uses: ./.github/workflows/e2e-mac.yml
Expand Down

0 comments on commit 2d96281

Please sign in to comment.