Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run: | while [curl -L \ -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${{ secrets.CHESHIRE_TOKEN }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/pulp-platform/cheshire/commits/cva6-ci/$(git rev-parse --short "$GITHUB_SHA")/check-runs \ | grep "\"status\": \"in_progress\""] do; sleep 10s; end Signed-off-by: Nils Wistoff <[email protected]>
- Loading branch information