Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Dec 17, 2024
1 parent e3c0344 commit 0c1ecc6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-pkg-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
with:
name: dist-packages-${{ github.sha }}
path: dist
merge-multiple: true

- name: Set package dir
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ jobs:
with:
name: docs-${{ matrix.pkg-name }}-${{ github.sha }}
path: docs/build/html/
merge-multiple: true

- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
with:
name: dist-packages-${{ github.sha }}
path: dist
merge-multiple: true
- run: ls -lh dist/
- name: Upload to release
uses: AButler/[email protected]
Expand Down Expand Up @@ -145,7 +144,6 @@ jobs:
with:
name: dist-packages-${{ github.sha }}
path: dist
merge-multiple: true
- name: Browse folder
id: folder
run: |
Expand All @@ -171,7 +169,6 @@ jobs:
with:
name: dist-packages-${{ github.sha }}
path: dist
merge-multiple: true
- name: Browse folder
id: folder
run: |
Expand Down

0 comments on commit 0c1ecc6

Please sign in to comment.