Skip to content

Commit

Permalink
update ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
fatteneder committed Nov 6, 2024
1 parent 58c0b44 commit 8dbfb8d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 deletions.
7 changes: 3 additions & 4 deletions pipelines/main/launch_unsigned_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ common:
name: "TRIGGER_BUILD"
ignore:
- "*.md"
- "*.json"
- ".*"
- "julia.spdx.json"
- "CITATION.*"
- ".gitignore"
- ".clangd"
- ".mailmap"
- "typos.toml"
# TODO: Need this option because BUILDKITE_PULL_REQUEST_BRANCH=main
# when running tests in Julia-CI/julia-buildkite,
# but for PRs against Julia/JuliaLang BUILDKITE_PULL_REQUEST_BRANCH=master
Expand Down
7 changes: 3 additions & 4 deletions pipelines/main/launch_upload_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ common:
name: "TRIGGER_BUILD"
ignore:
- "*.md"
- "*.json"
- ".*"
- "julia.spdx.json"
- "CITATION.*"
- ".gitignore"
- ".clangd"
- ".mailmap"
- "typos.toml"
# TODO: Need this option because BUILDKITE_PULL_REQUEST_BRANCH=main
# when running tests in Julia-CI/julia-buildkite,
# but for PRs against Julia/JuliaLang BUILDKITE_PULL_REQUEST_BRANCH=master
Expand Down
7 changes: 3 additions & 4 deletions pipelines/scheduled/launch_unsigned_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ common:
name: "TRIGGER_BUILD"
ignore:
- "*.md"
- "*.json"
- ".*"
- "julia.spdx.json"
- "CITATION.*"
- ".gitignore"
- ".clangd"
- ".mailmap"
- "typos.toml"
# TODO: Need this option because BUILDKITE_PULL_REQUEST_BRANCH=main
# when running tests in Julia-CI/julia-buildkite,
# but for PRs against Julia/JuliaLang BUILDKITE_PULL_REQUEST_BRANCH=master
Expand Down
7 changes: 3 additions & 4 deletions pipelines/scheduled/launch_upload_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ common:
name: "TRIGGER_BUILD"
ignore:
- "*.md"
- "*.json"
- ".*"
- "julia.spdx.json"
- "CITATION.*"
- ".gitignore"
- ".clangd"
- ".mailmap"
- "typos.toml"
# TODO: Need this option because BUILDKITE_PULL_REQUEST_BRANCH=main
# when running tests in Julia-CI/julia-buildkite,
# but for PRs against Julia/JuliaLang BUILDKITE_PULL_REQUEST_BRANCH=master
Expand Down

0 comments on commit 8dbfb8d

Please sign in to comment.