Skip to content

Commit 8dbfb8d

Browse files
committed
update ignore list
1 parent 58c0b44 commit 8dbfb8d

File tree

4 files changed

+12
-16
lines changed

4 files changed

+12
-16
lines changed

pipelines/main/launch_unsigned_jobs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ common:
1818
name: "TRIGGER_BUILD"
1919
ignore:
2020
- "*.md"
21-
- "*.json"
21+
- ".*"
22+
- "julia.spdx.json"
2223
- "CITATION.*"
23-
- ".gitignore"
24-
- ".clangd"
25-
- ".mailmap"
24+
- "typos.toml"
2625
# TODO: Need this option because BUILDKITE_PULL_REQUEST_BRANCH=main
2726
# when running tests in Julia-CI/julia-buildkite,
2827
# but for PRs against Julia/JuliaLang BUILDKITE_PULL_REQUEST_BRANCH=master

pipelines/main/launch_upload_jobs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ common:
66
name: "TRIGGER_BUILD"
77
ignore:
88
- "*.md"
9-
- "*.json"
9+
- ".*"
10+
- "julia.spdx.json"
1011
- "CITATION.*"
11-
- ".gitignore"
12-
- ".clangd"
13-
- ".mailmap"
12+
- "typos.toml"
1413
# TODO: Need this option because BUILDKITE_PULL_REQUEST_BRANCH=main
1514
# when running tests in Julia-CI/julia-buildkite,
1615
# but for PRs against Julia/JuliaLang BUILDKITE_PULL_REQUEST_BRANCH=master

pipelines/scheduled/launch_unsigned_jobs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ common:
1818
name: "TRIGGER_BUILD"
1919
ignore:
2020
- "*.md"
21-
- "*.json"
21+
- ".*"
22+
- "julia.spdx.json"
2223
- "CITATION.*"
23-
- ".gitignore"
24-
- ".clangd"
25-
- ".mailmap"
24+
- "typos.toml"
2625
# TODO: Need this option because BUILDKITE_PULL_REQUEST_BRANCH=main
2726
# when running tests in Julia-CI/julia-buildkite,
2827
# but for PRs against Julia/JuliaLang BUILDKITE_PULL_REQUEST_BRANCH=master

pipelines/scheduled/launch_upload_jobs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ common:
66
name: "TRIGGER_BUILD"
77
ignore:
88
- "*.md"
9-
- "*.json"
9+
- ".*"
10+
- "julia.spdx.json"
1011
- "CITATION.*"
11-
- ".gitignore"
12-
- ".clangd"
13-
- ".mailmap"
12+
- "typos.toml"
1413
# TODO: Need this option because BUILDKITE_PULL_REQUEST_BRANCH=main
1514
# when running tests in Julia-CI/julia-buildkite,
1615
# but for PRs against Julia/JuliaLang BUILDKITE_PULL_REQUEST_BRANCH=master

0 commit comments

Comments
 (0)