Skip to content

Commit

Permalink
Checkout certsuite when collector curl has failed (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
shirmoran authored Sep 12, 2024
1 parent ea981e2 commit 5413363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/curl-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
curl $ENDPOINT || exit $?
- name: Check out `certsuite`
if: ${{ failure() }}
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
repository: redhat-best-practices-for-k8s/certsuite
Expand Down

0 comments on commit 5413363

Please sign in to comment.