Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-rh-shield-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
image checksum, as well as adjusting some metadata that is required for certification.

- name: Wait for Pull Request to be merged
uses: Wandalen/wretry.action@v3.7.3
uses: Wandalen/wretry.action@v3.8.0
with:
command: gh pr view ${{ steps.open-pr.outputs.pull-request-number }} --json state -q .state | grep MERGED
attempt_limit: 240 # Results in 2 hours of waiting
Expand Down
Loading