Skip to content

Commit

Permalink
build: remove review workflows DEVOPS-563
Browse files Browse the repository at this point in the history
  • Loading branch information
terovirtanen committed Aug 31, 2023
1 parent 6f286b0 commit 3bf6ad1
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 1,155 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/bf-applicant-frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@ name: (BF-Applicant) Lint, Unit and Component tests
on:
pull_request:
paths:
- "frontend/shared/**"
- "frontend/benefit/shared/**"
- "frontend/benefit/applicant/**"
- "frontend/*"
- ".github/workflows/bf-applicant-frontend-tests.yml"
- "!**/browser-tests/**"
- "!**/README.md"
push:
branches: [develop, main]
branches: [main]
workflow_dispatch:
defaults:
run:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/bf-handler-frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@ name: (BF-Handler) Lint, Unit and Component tests
on:
pull_request:
paths:
- "frontend/shared/**"
- "frontend/benefit/shared/**"
- "frontend/benefit/handler/**"
- "frontend/*"
- ".github/workflows/bf-handler-frontend-tests.yml"
- "!**/browser-tests/**"
- "!**/README.md"
push:
branches: [develop, main]
branches: [main]
workflow_dispatch:
defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bf-py-coding-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: (BF) Python coding style

on:
push:
branches: [develop, main]
branches: [main]
pull_request:
paths:
- 'backend/benefit/**'
- '.github/workflows/bf-py-coding-style.yml'
workflow_dispatch:

env:
DEBUG: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bf-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: (BF) Python tests

on:
push:
branches: [develop, main]
branches: [main]
pull_request:
paths:
- 'backend/benefit/**'
- '.github/workflows/bf-pytest.yml'
workflow_dispatch:

env:
DEBUG: 1
Expand Down
296 changes: 0 additions & 296 deletions .github/workflows/bf-review.yml

This file was deleted.

7 changes: 1 addition & 6 deletions .github/workflows/bf-shared-frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@ name: Benefit-shared Lint, Unit and Component tests

on:
push:
branches: [develop, main]
branches: [main]
pull_request:
paths:
- "frontend/shared/**"
- "frontend/benefit/shared/**"
- "frontend/*"
- ".github/workflows/bf-shared-frontend-tests.yml"
- "!**/browser-tests/**"
- "!**/README.md"
workflow_dispatch:
defaults:
run:
Expand Down
Loading

0 comments on commit 3bf6ad1

Please sign in to comment.