Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove /deps - change in deps will be change in util.js also, so it's…
… not needed
  • Loading branch information
milindl committed Sep 2, 2025
commit c57409c85e8168f7c222803f639c5b632adac5a5
10 changes: 5 additions & 5 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ global_job_config:
blocks:
- name: "Linux amd64 (musl): Build and test"
run:
when: "change_in(['/package.json', '/deps', '/lib', '/src', '/test'], {pipeline_file: 'ignore'}) AND tag !~ '^v[0-9]\\.'"
when: "change_in(['/package.json', '/lib', '/src', '/test'], {pipeline_file: 'ignore'}) AND tag !~ '^v[0-9]\\.'"
dependencies: [ ]
task:
agent:
Expand All @@ -50,7 +50,7 @@ blocks:

- name: "Linux arm64 (musl): Build and test"
run:
when: "change_in(['/package.json', '/deps', '/lib', '/src', '/test'], {pipeline_file: 'ignore'}) AND tag !~ '^v[0-9]\\.'"
when: "change_in(['/package.json', '/lib', '/src', '/test'], {pipeline_file: 'ignore'}) AND tag !~ '^v[0-9]\\.'"
dependencies: [ ]
task:
agent:
Expand All @@ -66,7 +66,7 @@ blocks:

- name: "Linux amd64: Build and test"
run:
when: "change_in(['/package.json', '/deps', '/lib', '/src', '/test'], {pipeline_file: 'ignore'}) AND tag !~ '^v[0-9]\\.'"
when: "change_in(['/package.json', '/lib', '/src', '/test'], {pipeline_file: 'ignore'}) AND tag !~ '^v[0-9]\\.'"
dependencies: [ ]
task:
agent:
Expand All @@ -81,7 +81,7 @@ blocks:

- name: 'macOS arm64/m1: Build and test'
run:
when: "change_in(['/package.json', '/deps', '/lib', '/src', '/test'], {pipeline_file: 'ignore'}) AND tag !~ '^v[0-9]\\.'"
when: "change_in(['/package.json', '/lib', '/src', '/test'], {pipeline_file: 'ignore'}) AND tag !~ '^v[0-9]\\.'"
dependencies: []
task:
agent:
Expand Down Expand Up @@ -158,7 +158,7 @@ blocks:

- name: "Linux amd64: Performance"
run:
when: "change_in(['/package.json', '/deps', '/lib', '/src', '/ci/tests'], {pipeline_file: 'ignore'}) AND tag !~ '^v[0-9]\\.'"
when: "change_in(['/package.json', '/lib', '/src', '/ci/tests'], {pipeline_file: 'ignore'}) AND tag !~ '^v[0-9]\\.'"
dependencies: [ ]
task:
agent:
Expand Down