Skip to content

Commit ebdd725

Browse files
committed
Fix the workflows/ci.yml
1 parent bd13e11 commit ebdd725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
publish-nightlies-azure:
154154
runs-on: ubuntu-latest
155155
if: ${{ github.event_name == 'push' }}
156-
needs: [ windows-x64, windows-x86, linux-x64, macos-x64, sign-nuget-preview, sign-nuget-release ]
156+
needs: [ windows-x64, linux-x64, macos-x64, sign-nuget-preview, sign-nuget-release ]
157157
steps:
158158
- uses: actions/download-artifact@v3
159159
with:
@@ -169,7 +169,7 @@ jobs:
169169
publish-nightlies-github:
170170
runs-on: ubuntu-latest
171171
if: false
172-
needs: [ windows-x64, windows-x86, linux-x64, macos-x64, sign-nuget-preview, sign-nuget-release ]
172+
needs: [ windows-x64, linux-x64, macos-x64, sign-nuget-preview, sign-nuget-release ]
173173
steps:
174174
- uses: actions/download-artifact@v3
175175
with:

0 commit comments

Comments
 (0)