File tree 5 files changed +30
-0
lines changed
5 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ name: Integration Tests (H2)
2
2
3
3
on :
4
4
push :
5
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
6
+ paths-ignore :
7
+ - ' .github/**'
8
+ - ' !.github/workflows/integration-tests-h2.yml'
9
+ - ' docs/**'
10
+ - ' infra/**'
5
11
6
12
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
7
13
permissions :
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ name: Integration Tests (MySQL)
2
2
3
3
on :
4
4
push :
5
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
6
+ paths-ignore :
7
+ - ' .github/**'
8
+ - ' !.github/workflows/integration-tests-mysql.yml'
9
+ - ' docs/**'
10
+ - ' infra/**'
5
11
6
12
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
7
13
permissions :
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ name: Integration Tests (PostgreSQL)
2
2
3
3
on :
4
4
push :
5
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
6
+ paths-ignore :
7
+ - ' .github/**'
8
+ - ' !.github/workflows/integration-tests-postgres.yml'
9
+ - ' docs/**'
10
+ - ' infra/**'
5
11
6
12
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
7
13
permissions :
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ name: Static Analysis
2
2
3
3
on :
4
4
push :
5
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
6
+ paths-ignore :
7
+ - ' .github/**'
8
+ - ' !.github/workflows/static-analysis.yml'
9
+ - ' docs/**'
10
+ - ' infra/**'
5
11
6
12
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
7
13
permissions :
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ name: Unit Tests
2
2
3
3
on :
4
4
push :
5
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
6
+ paths-ignore :
7
+ - ' .github/**'
8
+ - ' !.github/workflows/unit-tests.yml'
9
+ - ' docs/**'
10
+ - ' infra/**'
5
11
6
12
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
7
13
permissions :
You can’t perform that action at this time.
0 commit comments