Skip to content

Commit 98e9b2d

Browse files
Add 'agents.toml' to skip list in CI workflow (#5774)
1 parent 752e659 commit 98e9b2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/skip-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: steps.check-pr.outputs.is-pr == 'true'
4646
id: check_diff
4747
run: |
48-
skipList=(".github/CODEOWNERS" ".prettierignore" ".github/workflows/update-deps.yml" ".github/workflows/skip-ci.yml" ".claude/settings.json")
48+
skipList=(".github/CODEOWNERS" ".prettierignore" ".github/workflows/update-deps.yml" ".github/workflows/skip-ci.yml" ".claude/settings.json" "agents.toml")
4949
skipRegList=("(.*/)?\.gitignore" "\.github/ISSUE_TEMPLATE.*")
5050
5151
for s in "${skipRegList[@]}"; do

0 commit comments

Comments
 (0)