Skip to content

Commit

Permalink
Test for no files changed
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSaintarbor committed Feb 21, 2024
1 parent bde5503 commit ed72199
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/vale_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
files: |
docs/**
separator: ","
- name: List all changed files markdown files
if: steps.changed-files-specific.outputs.any_changed == 'false'
run: |
gh run cancel ${{ github.run_id }}
gh run watch ${{ github.run_id }}
- name: List all changed files markdown files
if: steps.changed-markdown-files.outputs.any_changed == 'true'
env:
Expand Down

0 comments on commit ed72199

Please sign in to comment.