Skip to content

Commit f9cce43

Browse files
committed
make instant deploy possible temporarily
1 parent 755fa17 commit f9cce43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290

291291
deploy-to-central:
292292
runs-on: ubuntu-20.04
293-
needs: [ build, kotlin-jira-client-test-sdk, kotlin-jira-client-test-ktor, kotlin-jira-client-test-applink, kotlin-insight-client-test-ktor, kotlin-insight-client-test-applink, kotlin-insight-client-test-sdk ]
293+
needs: [ build]
294294
if: ${{ github.event_name == 'release' }}
295295
steps:
296296
- name: Checkout Source

0 commit comments

Comments
 (0)