File tree Expand file tree Collapse file tree 5 files changed +30
-0
lines changed
Expand file tree Collapse file tree 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)
22
33on :
44 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/**'
511
612# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
713permissions :
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ name: Integration Tests (MySQL)
22
33on :
44 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/**'
511
612# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
713permissions :
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ name: Integration Tests (PostgreSQL)
22
33on :
44 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/**'
511
612# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
713permissions :
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ name: Static Analysis
22
33on :
44 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/**'
511
612# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
713permissions :
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ name: Unit Tests
22
33on :
44 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/**'
511
612# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
713permissions :
You can’t perform that action at this time.
0 commit comments