Skip to content

Commit

Permalink
Update Path Filters (#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase authored Dec 27, 2023
1 parent 730365e commit 404d19f
Show file tree
Hide file tree
Showing 12 changed files with 72 additions and 100 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ on:
- main
- release/**
pull_request:
paths-ignore:
- "**/*.md"
- "logging/**"
- "dio/**"
- "file/**"
- "sqflite/**"
- "hive/**"
- "drift/**"
- "isar/**"
paths:
- "!**/*.md"
- "!**/class-diagram.svg"
- ".github/workflows/dart.yml"
- "dart/**"

jobs:
cancel-previous-workflow:
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/dio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ on:
- main
- release/**
pull_request:
paths-ignore:
- "**/*.md"
- "logging/**"
- "flutter/**"
- "file/**"
- "sqflite/**"
- "hive/**"
- "drift/**"
- "isar/**"
paths:
- "!**/*.md"
- "!**/class-diagram.svg"
- ".github/workflows/dio.yml"
- "dart/**"
- "dio/**"

jobs:
cancel-previous-workflow:
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ on:
- main
- release/**
pull_request:
paths-ignore:
- "**/*.md"
- "logging/**"
- "flutter/**"
- "dio/**"
- "file/**"
- "sqflite/**"
- "hive/**"
- "isar/**"
paths:
- "!**/*.md"
- "!**/class-diagram.svg"
- ".github/workflows/drift.yml"
- "dart/**"
- "drift/**"

jobs:
cancel-previous-workflow:
Expand Down
16 changes: 6 additions & 10 deletions .github/workflows/e2e_dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ on:
- main
- release/**
pull_request:
paths-ignore:
- "**/*.md"
- "logging/**"
- "dio/**"
- "flutter/**"
- "file/**"
- "sqflite/**"
- "hive/**"
- "drift/**"
- "isar/**"
paths:
- "!**/*.md"
- "!**/class-diagram.svg"
- ".github/workflows/e2e_dart.yml"
- "dart/**"
- "e2e_test/**"

env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ on:
- main
- release/**
pull_request:
paths-ignore:
- "**/*.md"
- "logging/**"
paths:
- "!**/*.md"
- "!**/class-diagram.svg"
- ".github/workflows/file.yml"
- "dart/**"
- "flutter/**"
- "dio/**"
- "sqflite/**"
- "hive/**"
- "drift/**"
- "isar/**"
- "file/**"

jobs:
cancel-previous-workflow:
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ on:
- main
- release/**
pull_request:
paths-ignore:
- "**/*.md"
- "logging/**"
- "dio/**"
- "file/**"
- "sqflite/**"
- "hive/**"
- "drift/**"
- "isar/**"
paths:
- ".github/workflows/flutter.yml"
- "!**/*.md"
- "!**/class-diagram.svg"
- "dart/**"
- "flutter/**"

jobs:
cancel-previous-workflow:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/flutter_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ on:
- main
- release/**
pull_request:
paths-ignore:
- "**/*.md"
- "file/**"
paths:
- "!**/*.md"
- "!**/class-diagram.svg"
- ".github/workflows/flutter_test.yml"
- "dart/**"
- "flutter/**"

env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ on:
- main
- release/**
pull_request:
paths-ignore:
- "**/*.md"
- "logging/**"
- "flutter/**"
- "dio/**"
- "file/**"
- "sqflite/**"
- "drift/**"
- "isar/**"
paths:
- "!**/*.md"
- "!**/class-diagram.svg"
- ".github/workflows/hive.yml"
- "dart/**"
- "hive/**"

jobs:
cancel-previous-workflow:
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/isar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ on:
- main
- release/**
pull_request:
paths-ignore:
- "**/*.md"
- "logging/**"
- "flutter/**"
- "dio/**"
- "file/**"
- "sqflite/**"
- "hive/**"
- "drift/**"
paths:
- "!**/*.md"
- "!**/class-diagram.svg"
- ".github/workflows/isar.yml"
- "dart/**"
- "isar/**"

jobs:
cancel-previous-workflow:
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ on:
- main
- release/**
pull_request:
paths-ignore:
- "**/*.md"
- "dio/**"
- "flutter/**"
- "file/**"
- "sqflite/**"
- "hive/**"
- "drift/**"
- "isar/**"
paths:
- "!**/*.md"
- "!**/class-diagram.svg"
- ".github/workflows/logging.yml"
- "dart/**"
- "logging/**"

jobs:
cancel-previous-workflow:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/min_version_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
- main
- release/**
pull_request:
paths-ignore:
- "**/*.md"
- "file/**"
- "sqflite/**"
- "hive/**"
- "drift/**"
- "isar/**"
paths:
- "!**/*.md"
- "!**/class-diagram.svg"
- ".github/workflows/min_version_test.yml"
- "dart/**"
- "flutter/**"
- "min_version_test/**"

jobs:
cancel-previous-workflow:
Expand Down
15 changes: 6 additions & 9 deletions .github/workflows/sqflite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ on:
- main
- release/**
pull_request:
paths-ignore:
- "**/*.md"
- "logging/**"
- "flutter/**"
- "dio/**"
- "file/**"
- "hive/**"
- "drift/**"
- "isar/**"
paths:
- "!**/*.md"
- "!**/class-diagram.svg"
- ".github/workflows/logging.yml"
- "dart/**"
- "sqflite/**"

jobs:
cancel-previous-workflow:
Expand Down

0 comments on commit 404d19f

Please sign in to comment.