Skip to content

Commit b390d07

Browse files
committed
fix: remove redundant checkout step in workflow
1 parent 4e82be8 commit b390d07

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/check-and-upload-package.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ jobs:
8383
needs: check-package
8484
runs-on: ubuntu-22.04
8585
steps:
86-
- name: Checkout code
87-
uses: actions/checkout@v4
88-
8986
- name: Handle PackageExporter Upload
9087
if: ${{ needs.check-package.outputs.file-present != '1' }}
9188
env:

0 commit comments

Comments
 (0)