Skip to content

Commit a2d796c

Browse files
committed
refactor: change delays on publishing check to (hopefully) check faster
Signed-off-by: Chris Laprun <[email protected]>
1 parent f8d4408 commit a2d796c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-update-quarkus-platform.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ jobs:
7171
group-id: io.quarkiverse.operatorsdk
7272
artifact-id: quarkus-operator-sdk-bom
7373
version: ${{github.event.inputs.tag || github.ref_name}}
74-
initial-delay: 10
75-
poll-delay: 2
76-
poll-iterations: 4
77-
post-delay: 5
74+
initial-delay: 0
75+
poll-delay: 1
76+
poll-iterations: 10
77+
post-delay: 0
7878

7979
update-quarkus-platform-branch:
8080
uses: ./.github/workflows/release-quarkus-platform-pr.yml

0 commit comments

Comments
 (0)