Skip to content

Commit a5d8f8b

Browse files
committed
➕ Add path to ignore by GitHub action workflows which for testing reusable workflows.
1 parent b7027f9 commit a5d8f8b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/test_pyproject_ci_multi-tests_by_poetry.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- "release/**"
1010
- "master"
1111
paths-ignore:
12+
- ".github/dependabot.yaml"
1213
- ".gitcommitrules"
1314
- ".gitignore"
1415
- "LICENSE"
@@ -22,6 +23,7 @@ on:
2223
- "release/**"
2324
- "master"
2425
paths-ignore:
26+
- ".github/dependabot.yaml"
2527
- ".gitcommitrules"
2628
- ".gitignore"
2729
- "LICENSE"

.github/workflows/test_python_project_ci_multi-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "master"
1111
paths-ignore:
1212
- "pyproject.toml"
13+
- ".github/dependabot.yaml"
1314
- ".gitcommitrules"
1415
- ".gitignore"
1516
- "LICENSE"
@@ -24,6 +25,7 @@ on:
2425
- "master"
2526
paths-ignore:
2627
- "pyproject.toml"
28+
- ".github/dependabot.yaml"
2729
- ".gitcommitrules"
2830
- ".gitignore"
2931
- "LICENSE"

.github/workflows/test_python_project_ci_one-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "master"
1111
paths-ignore:
1212
- "pyproject.toml"
13+
- ".github/dependabot.yaml"
1314
- ".gitcommitrules"
1415
- ".gitignore"
1516
- "LICENSE"
@@ -23,6 +24,7 @@ on:
2324
- "master"
2425
paths-ignore:
2526
- "pyproject.toml"
27+
- ".github/dependabot.yaml"
2628
- ".gitcommitrules"
2729
- ".gitignore"
2830
- "LICENSE"

0 commit comments

Comments
 (0)