Skip to content

Commit b5381ce

Browse files
NO-REF: Fix CI (#434)
1 parent 44ce645 commit b5381ce

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/build-qa.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
jobs:
77
publish_qa:
88
name: Publish image to ECR
9-
if: github.event.pull_request.merged
109
runs-on: ubuntu-latest
1110
steps:
1211
- name: checkout

.github/workflows/tests-unit.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
pull_request:
55
types: [opened]
66
paths:
7-
- 'api/*'
8-
- 'managers/*'
9-
- 'mappings/*'
10-
- 'model/*'
11-
- 'processes/*'
12-
- 'tests/*'
13-
- 'utils/*'
7+
- 'api/**'
8+
- 'managers/**'
9+
- 'mappings/**'
10+
- 'model/**'
11+
- 'processes/**'
12+
- 'tests/**'
13+
- 'utils/**'
1414
- 'dev-requirements.txt'
1515
- 'requirements.txt'
1616
- 'main.py'

0 commit comments

Comments
 (0)