Skip to content

Commit

Permalink
No fail for ci-config-functions action
Browse files Browse the repository at this point in the history
Every now and then it runs into a timeout fetching the
containers from the registry. This should not lead to
an error
  • Loading branch information
schaefi committed Nov 11, 2024
1 parent fe2f4ee commit 39f81d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-config-functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
container_runtime:
- PODMAN
steps:
continue-on-error: true
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit 39f81d2

Please sign in to comment.