Skip to content

Commit

Permalink
Restrict CI worflows by paths
Browse files Browse the repository at this point in the history
  • Loading branch information
smnandre committed Oct 16, 2023
1 parent e29d5c2 commit 7fc74d9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/doctor-rst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: RST Linter

on:
push:
paths-ignore:
- 'ux.symfony.com/**'
pull_request:
paths-ignore:
- 'ux.symfony.com/**'

jobs:
doctor-rst:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-turbo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Symfony UX Turbo

on:
push:
paths:
- 'src/Turbo/**'
pull_request:
paths:
- 'src/Turbo/**'

jobs:
phpstan:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Symfony UX

on:
push:
paths-ignore:
- 'ux.symfony.com/**'
pull_request:
paths-ignore:
- 'ux.symfony.com/**'

jobs:
coding-style-php:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ux.symfony.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: ux.symfony.com

on:
push:
paths:
- 'ux.symfony.com/**'
pull_request:
paths:
- 'ux.symfony.com/**'

jobs:
tests:
Expand Down

0 comments on commit 7fc74d9

Please sign in to comment.