Skip to content

Commit

Permalink
Improve wait
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <dcassany@suse.com>
  • Loading branch information
davidcassany committed Aug 23, 2023
1 parent 01ceb9b commit 7fd2715
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Wait for OBS worflow to start
- name: Wait for OBS seedimage-builder build
uses: cloudposse/github-action-wait-commit-status@main
with:
repository: ${{ github.repository }}
sha: ${{ github.sha }}
status: "OBS: seedimage-builder - containers/x86_64"
lookup: "success"
expected_state: "success"
token: ${{ github.token }}
check-retry-count: 30
check-retry-interval: 60
Expand All @@ -33,7 +33,7 @@ jobs:
repository: ${{ github.repository }}
sha: ${{ github.sha }}
status: "OBS: operator-image - containers/x86_64"
lookup: "success"
expected_state: "success"
token: ${{ github.token }}
check-retry-count: 30
check-retry-interval: 60
Expand Down

0 comments on commit 7fd2715

Please sign in to comment.