Skip to content

Commit

Permalink
refactor: change delays on publishing check to (hopefully) check faster
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <claprun@redhat.com>
  • Loading branch information
metacosm committed Nov 21, 2024
1 parent f8d4408 commit a2d796c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-update-quarkus-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
group-id: io.quarkiverse.operatorsdk
artifact-id: quarkus-operator-sdk-bom
version: ${{github.event.inputs.tag || github.ref_name}}
initial-delay: 10
poll-delay: 2
poll-iterations: 4
post-delay: 5
initial-delay: 0
poll-delay: 1
poll-iterations: 10
post-delay: 0

update-quarkus-platform-branch:
uses: ./.github/workflows/release-quarkus-platform-pr.yml
Expand Down

0 comments on commit a2d796c

Please sign in to comment.