Skip to content

Commit 2fb1002

Browse files
committed
Removed paths in pull_request trigger for required test actions
1 parent c1261d7 commit 2fb1002

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

.github/workflows/run-unittests-default_setup.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ name: "[Py3.8][Py3.9][Py3.10] tests/unitary/default_setup/**"
33
on:
44
workflow_dispatch:
55
pull_request:
6-
paths:
7-
- "ads/**"
8-
- pyproject.toml
9-
- "**requirements.txt"
10-
- ".github/workflows/run-unittests*.yml"
6+
types: [opened, reopened]
117

128
# Cancel in progress workflows on pull_requests.
139
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

.github/workflows/run-unittests-py38-cov-report.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ name: "[Py3.8][COV REPORT] tests/unitary/**"
33
on:
44
workflow_dispatch:
55
pull_request:
6-
paths:
7-
- "ads/**"
8-
- pyproject.toml
9-
- "**requirements.txt"
10-
- ".github/workflows/run-unittests*.yml"
6+
types: [opened, reopened]
117

128
# Cancel in progress workflows on pull_requests.
139
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

.github/workflows/run-unittests-py39-py310.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ name: "[Py3.9][Py3.10] - tests/unitary/**"
33
on:
44
workflow_dispatch:
55
pull_request:
6-
paths:
7-
- "ads/**"
8-
- pyproject.toml
9-
- "**requirements.txt"
10-
- ".github/workflows/run-unittests*.yml"
6+
types: [opened, reopened]
117

128
# Cancel in progress workflows on pull_requests.
139
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

0 commit comments

Comments
 (0)