Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3706887

Browse files
committedFeb 20, 2025··
dont run check-token-list unless the file changed
1 parent 25228a7 commit 3706887

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎.github/workflows/build.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ jobs:
5555

5656
check-token-list:
5757
runs-on: ubuntu-latest
58-
58+
on:
59+
push:
60+
paths:
61+
- wormhole-connect/src/config/mainnet/wrappedTokens.ts
62+
- wormhole-connect/src/config/testnet/wrappedTokens.ts
5963
steps:
6064
- uses: actions/checkout@v3
6165
- uses: actions/setup-node@v3
@@ -67,6 +71,7 @@ jobs:
6771
working-directory: wormhole-connect
6872
- run: npm run checkForeignAssets
6973
working-directory: wormhole-connect
74+
7075
build-hosted:
7176
runs-on: ubuntu-latest
7277

0 commit comments

Comments
 (0)
Please sign in to comment.