Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pdf filter=lfs diff=lfs merge=lfs -text
2 changes: 2 additions & 0 deletions .github/workflows/ci-workflow-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
lfs: false
- name: Build workflow
id: build-workflow
uses: ./.github/actions/workflow-build
Expand Down Expand Up @@ -129,6 +130,7 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
lfs: false

- name: Check workflow success
id: check-workflow
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-workflow-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
lfs: false
- name: Lookup PR info
id: get-pr-info
uses: nv-gha-runners/get-pr-info@main
Expand Down Expand Up @@ -185,7 +186,7 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false

lfs: false
- name: Check workflow success
id: check-workflow
uses: ./.github/actions/workflow-results
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-workflow-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
lfs: false
- name: Build workflow
id: build-workflow
uses: ./.github/actions/workflow-build
Expand Down Expand Up @@ -128,7 +129,7 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false

lfs: false
- name: Check workflow success
id: check-workflow
uses: ./.github/actions/workflow-results
Expand Down
Binary file not shown.
Loading