Skip to content

Commit

Permalink
Ignore various filetypes/folders for Actions (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Jun 25, 2022
1 parent 642be7b commit ae49d90
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,21 @@ on:
push:
branches:
- master
paths-ignore:
- "deploy/**"
- "examples/**"
- "logos/**"
- "**.md"
- "**.txt"
- "**.ya?ml"
pull_request:
paths-ignore:
- "deploy/**"
- "examples/**"
- "logos/**"
- "**.md"
- "**.txt"
- "**.ya?ml"

jobs:
benchmark:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/buf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,21 @@ on:
push:
branches:
- master
paths-ignore:
- "deploy/**"
- "examples/**"
- "logos/**"
- "**.md"
- "**.txt"
- "**.ya?ml"
pull_request:
paths-ignore:
- "deploy/**"
- "examples/**"
- "logos/**"
- "**.md"
- "**.txt"
- "**.ya?ml"

jobs:
lint:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/database-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,21 @@ on:
push:
branches:
- master
paths-ignore:
- "deploy/**"
- "examples/**"
- "logos/**"
- "**.md"
- "**.txt"
- "**.ya?ml"
pull_request:
paths-ignore:
- "deploy/**"
- "examples/**"
- "logos/**"
- "**.md"
- "**.txt"
- "**.ya?ml"

jobs:
## Postgres Tests
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,21 @@ on:
push:
branches:
- master
paths-ignore:
- "deploy/**"
- "examples/**"
- "logos/**"
- "**.md"
- "**.txt"
- "**.ya?ml"
pull_request:
paths-ignore:
- "deploy/**"
- "examples/**"
- "logos/**"
- "**.md"
- "**.txt"
- "**.ya?ml"
workflow_dispatch:

jobs:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/nancy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,21 @@ on:
push:
branches:
- master
paths-ignore:
- "deploy/**"
- "examples/**"
- "logos/**"
- "**.md"
- "**.txt"
- "**.ya?ml"
pull_request:
paths-ignore:
- "deploy/**"
- "examples/**"
- "logos/**"
- "**.md"
- "**.txt"
- "**.ya?ml"

jobs:
sleuth:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,21 @@ on:
push:
branches:
- master
paths-ignore:
- "deploy/**"
- "examples/**"
- "logos/**"
- "**.md"
- "**.txt"
- "**.ya?ml"
pull_request:
paths-ignore:
- "deploy/**"
- "examples/**"
- "logos/**"
- "**.md"
- "**.txt"
- "**.ya?ml"

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/flipt/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: flipt
home: https://flipt.io
description: Flipt is an open source, self-hosted feature flag solution for your existing infrastructure.
description: Flipt is an open source, self-hosted feature flag solution.
type: application
version: 0.2.0
appVersion: "v1.8.3"

0 comments on commit ae49d90

Please sign in to comment.