Skip to content

Commit

Permalink
ci: update pull request ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
fiamma-builder committed Nov 15, 2024
1 parent 63c3835 commit 69e28bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-existing-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
console.log('Changed files in PR:', files.map(f => f.filename));
let validatorFiles = files.filter(file =>
file.filename.startsWith('../../fiamma-testnet-1/bitvm2-staker-validators/') &&
file.filename.startsWith('fiamma-testnet-1/bitvm2-staker-validators/') &&
file.filename.endsWith('.json')
);
Expand Down

0 comments on commit 69e28bf

Please sign in to comment.