Skip to content

Commit 271da56

Browse files
committed
chore: add more exclusions to prevent triggering of some workflows on CI
1 parent 5913532 commit 271da56

5 files changed

+10
-0
lines changed

.github/workflows/integration-tests-h2.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
66
paths-ignore:
7+
- 'mise.toml'
8+
- '.gitignore'
79
- '.github/**'
810
- '!.github/workflows/integration-tests-h2.yml'
911
- 'docs/**'

.github/workflows/integration-tests-mysql.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
66
paths-ignore:
7+
- 'mise.toml'
8+
- '.gitignore'
79
- '.github/**'
810
- '!.github/workflows/integration-tests-mysql.yml'
911
- 'docs/**'

.github/workflows/integration-tests-postgres.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
66
paths-ignore:
7+
- 'mise.toml'
8+
- '.gitignore'
79
- '.github/**'
810
- '!.github/workflows/integration-tests-postgres.yml'
911
- 'docs/**'

.github/workflows/static-analysis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
66
paths-ignore:
7+
- 'mise.toml'
8+
- '.gitignore'
79
- '.github/**'
810
- '!.github/workflows/static-analysis.yml'
911
- 'docs/**'

.github/workflows/unit-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
66
paths-ignore:
7+
- 'mise.toml'
8+
- '.gitignore'
79
- '.github/**'
810
- '!.github/workflows/unit-tests.yml'
911
- 'docs/**'

0 commit comments

Comments
 (0)