Skip to content

Commit 57ef13a

Browse files
committed
Fix workflow config
1 parent 26965b0 commit 57ef13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
integrate:
135135
name: Integrate
136136
runs-on: ubuntu-latest
137-
needs: [linuxNode22, windowsNode22, linuxNode16]
137+
needs: [linuxNode22, windowsNode16, linuxNode16]
138138
timeout-minutes: 30 # Default is 360
139139
env:
140140
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)