Skip to content

Commit 993bb63

Browse files
chore: remove paths-ignore from lint_and_test workflow for pull requests and pushes (#1386)
On-behalf-of: Gerald Morrison (SAP) <gerald.morrison@sap.com> Signed-off-by: Gerald Morrison (SAP) <gerald.morrison@sap.com> <!-- markdownlint-disable MD041 --> #### What this PR does / why we need it remove ignore-paths due to conflict with required check Signed-off-by: Gerald Morrison (SAP) <gerald.morrison@sap.com> Co-authored-by: Gerald Morrison (SAP) <gerald.morrison@sap.com>
1 parent f5296a6 commit 993bb63

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/lint_and_test.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@ name: lint-and-test
22

33
on:
44
pull_request:
5-
paths-ignore:
6-
- ".github/workflows/**"
75
workflow_call:
86
push:
97
branches:
108
- main
11-
paths-ignore:
12-
- ".github/workflows/**"
139

1410
permissions:
1511
contents: read

0 commit comments

Comments
 (0)