We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901cdde commit bd23181Copy full SHA for bd23181
.github/workflows/checks.yml
@@ -72,7 +72,8 @@ jobs:
72
Upload:
73
needs: [Prepare]
74
runs-on: ubuntu-latest
75
- uses: ./.github/workflows/remote_bindings.yml@${{ github.sha }}
+ steps:
76
+ - uses: ./.github/workflows/remote_bindings.yml@${{ github.sha }}
77
78
Build-And-Test-Server:
79
.github/workflows/remote_bindings.yml
@@ -7,7 +7,6 @@ jobs:
7
Upload-bindings:
8
name: upload bindings artifact
9
runs-on: [sdk-self-hosted-linux-amd64-build-system]
10
- steps:
11
steps:
12
- uses: actions/checkout@v4
13
with:
0 commit comments