Skip to content

Commit

Permalink
Suppress warning in workflow when a PR doesn't alter the generated HT…
Browse files Browse the repository at this point in the history
…ML files
  • Loading branch information
jwakely committed Nov 4, 2024
1 parent 5f81fa7 commit 567fead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Compile binary programs
run: make pgms

# This avoids fetching the full git history, because it's slow.
- name: Extract issue timestamps from published files
run: |
git fetch --depth=1 origin gh-pages
Expand Down Expand Up @@ -52,3 +53,4 @@ jobs:
name: pull-${{ github.event.number }}-html
path: html/issue*.html
retention-days: 7
if-no-files-found: ignore

0 comments on commit 567fead

Please sign in to comment.