Skip to content

Commit

Permalink
dont duplicate workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Jul 29, 2024
1 parent 433275f commit 821980f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: E2E test

on:
workflow_dispatch:
push:
pull_request:


jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Test

on:
push:
pull_request:

jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/warn_build_xctestrunner.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Warn Build XCTest runner

on:
push:
paths:
- 'maestro-ios-xctest-runner/**'
pull_request:
paths:
- 'maestro-ios-xctest-runner/**'
Expand Down

0 comments on commit 821980f

Please sign in to comment.