Skip to content

Commit

Permalink
One more attempt to exclude files
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhold committed Feb 1, 2024
1 parent e688691 commit 589db35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-all-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
# Use common exclude lists read in above
exclude_urls: ${{ steps.excludeurls.outputs.content }}
exclude_files: ${{ steps.excludefiles.outputs.content }}
# exclude_files: ${{ steps.excludefiles.outputs.content }}
timeout: 10
retry_count: 3
print_all: true
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- id: files
# uses: jitterbit/get-changed-files@v1 ### Hasn't been updated to Node16
uses: masesgroup/retrieve-changed-files@v2
uses: masesgroup/retrieve-changed-files@v3
with:
format: 'csv'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/exclude-files.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
**/index-orig.md
2015-11-sc15-bof/index-orig.md,2016-11-sc16-bof/index-orig.md,2017-11-sc17-bof/index-orig.md,2018-11-sc18-bof/index-orig.md,2019-06-isc19-bof/index-orig.md,2019-11-sc19-bof/index-orig.md,2020-11-sc20-bof/index-orig.md,2021-11-sc21-bof/index-orig.md,2022-05-isc22-bof/index-orig.md,2022-11-sc22-bof/index-orig.md,2023-05-isc23-bof/index-orig.md,2023-11-sc23-bof/index-orig.md

0 comments on commit 589db35

Please sign in to comment.