Skip to content

Commit 7331ae2

Browse files
stephentoubCopilot
andcommitted
Exclude nodejs/scripts/ from Node.js SDK test triggers
Changes to development utility scripts (codegen, protocol version updates) should not trigger the Node.js test suite, as they don't affect SDK runtime code and the workflow fails on fork PRs that lack the COPILOT_HMAC_KEY secret. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f4b9908 commit 7331ae2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/nodejs-sdk-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'nodejs/**'
1313
- 'test/**'
1414
- '.github/workflows/nodejs-sdk-tests.yml'
15+
- '!nodejs/scripts/**'
1516
- '!**/*.md'
1617
- '!**/LICENSE*'
1718
- '!**/.gitignore'

0 commit comments

Comments
 (0)