Skip to content

Commit c983fd4

Browse files
authored
Merge pull request #165 from mindbox-cloud/justSmK-patch-1
Update publish-reusable.yml
2 parents 36e8445 + 0303419 commit c983fd4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish-reusable.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
needs: [platform_interface_publish]
6161
runs-on: ubuntu-latest
6262
steps:
63-
- name: Delay for 1 minutes
64-
run: sleep 60
63+
- name: Delay for 10 minutes
64+
run: sleep 600
6565

6666
native_components_publish:
6767
needs: [analyze_and_test, platform_interface_publish, waiting-while-platform-interface-publish]
@@ -115,8 +115,8 @@ jobs:
115115
needs: [native_components_publish]
116116
runs-on: ubuntu-latest
117117
steps:
118-
- name: Delay for 1 minutes
119-
run: sleep 60
118+
- name: Delay for 10 minutes
119+
run: sleep 600
120120

121121
plugin_publish:
122122
needs: [analyze_and_test, platform_interface_publish, native_components_publish, waiting-while-native_components_publish]
@@ -181,7 +181,7 @@ jobs:
181181
gh pr merge $pr_number --merge --auto
182182
183183
message-to-loop-if-success:
184-
needs: [ merge ]
184+
needs: [plugin_publish]
185185
runs-on: ubuntu-latest
186186
steps:
187187
- name: Send message to LOOP

0 commit comments

Comments
 (0)