Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 04d3538

Browse filesBrowse files
committed
tools: do not run test-linux on unrelated tools changes
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #63037 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 4bf8584 commit 04d3538
Copy full SHA for 04d3538

3 files changed

+9-3Lines changed: 9 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/test-linux.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/test-linux.yml
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- .mailmap
77
- README.md
88
- vcbuild.bat
9+
- tools/actions/**
10+
- tools/clang-format/**
11+
- tools/dep_updaters/**
912
- test/internet/**
1013
- .github/**
1114
- '!.github/workflows/test-linux.yml'
@@ -20,6 +23,9 @@ on:
2023
- .mailmap
2124
- README.md
2225
- vcbuild.bat
26+
- tools/actions/**
27+
- tools/clang-format/**
28+
- tools/dep_updaters/**
2329
- test/internet/**
2430
- .github/**
2531
- '!.github/workflows/test-linux.yml'
Collapse file

‎.github/workflows/timezone-update.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/timezone-update.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
echo "Comparing current version ${{ env.current_version }} to new version ${{ env.new_version }}"
4444
45-
- run: ./tools/update-timezone.mjs
45+
- run: ./tools/dep_updaters/update-timezone.mjs
4646
if: ${{ env.new_version != env.current_version }}
4747

4848
- name: Update the expected timezone version in test
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
author: Node.js GitHub Bot <github-bot@iojs.org>
5959
body: |
60-
This PR was generated by `.github/workflows/timezone-update.yml` and `tools/update-timezone.mjs`.
60+
This PR was generated by `.github/workflows/timezone-update.yml` and `tools/dep_updaters/update-timezone.mjs`.
6161
6262
Updates the ICU files as per the instructions present in https://github.com/nodejs/node/blob/main/doc/contributing/maintaining/maintaining-icu.md#time-zone-data
6363
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env node
2-
// Usage: tools/update-timezone.mjs
2+
33
import { execSync } from 'node:child_process';
44
import { renameSync, readdirSync, rmSync } from 'node:fs';
55

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.