Skip to content

Commit

Permalink
Let's see
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Oct 22, 2024
1 parent 8ba7801 commit e7c6522
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
docs:
- 'Docs/**'
others:
- '**'
- '!Docs/**'
paths:
- '**'
exlude:
- 'Docs/**'
- id: set-output
run: |
echo "has_docs_changes=${{ steps.changes.outputs.docs }}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e7c6522

Please sign in to comment.