Skip to content

Commit

Permalink
Fix workflow again?
Browse files Browse the repository at this point in the history
  • Loading branch information
oToToT committed Oct 20, 2023
1 parent 57a2edd commit 0793fec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
uses: tj-actions/changed-files@v39
with:
files: '**'
files_ignore_yaml: |
codebook:
- 'pdf/**'
- 'codes/**'
files_ignore: |
'pdf/**'
'codes/**'
- name: Check if not only docs changed
id: if-not-only-docs-changed
uses: tj-actions/changed-files@v39
Expand Down

0 comments on commit 0793fec

Please sign in to comment.