Skip to content

Commit 901cdde

Browse files
committed
fix workflow call
1 parent d4707b5 commit 901cdde

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,7 @@ jobs:
7272
Upload:
7373
needs: [Prepare]
7474
runs-on: ubuntu-latest
75-
steps:
76-
- uses: actions/checkout@v4
77-
with:
78-
submodules: recursive
79-
- name: dispatch
80-
uses: ./.github/workflows/remote_bindings.yml
75+
uses: ./.github/workflows/remote_bindings.yml@${{ github.sha }}
8176

8277
Build-And-Test-Server:
8378
needs: [Prepare]

0 commit comments

Comments
 (0)