Skip to content

Commit

Permalink
correct fetch-depth to allow file change check
Browse files Browse the repository at this point in the history
  • Loading branch information
oneillkza committed Sep 5, 2024
1 parent 9928c7b commit fa0ca2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/renderNotebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0



- name: Check if Dockerfile changed
id: dockerfile-check
Expand Down

0 comments on commit fa0ca2e

Please sign in to comment.