Skip to content

Commit

Permalink
check file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
binsarjr committed Feb 16, 2024
1 parent b4533a7 commit c6c7ccb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/scrape-schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
run: |
npm run start
rm package-lock.json
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v18
id: verify-changed-files
with:
files: |
*.json
- name: Commit files
if: steps.verify-changed-files.outputs.files_changed == 'true'
run: |
Expand Down

0 comments on commit c6c7ccb

Please sign in to comment.