We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b5161 commit 90f38b1Copy full SHA for 90f38b1
.github/workflows/push-master.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Wake-up docker
83
if: matrix.runner == 'ubuntu-24.04-arm'
84
run: |
85
- sudo systemctl start docker
+ (sudo systemctl start docker) || (echo "Retrying docker" && sleep 5 && sudo systemctl start docker)
86
87
# checkout
88
- uses: actions/checkout@v4.2.2
.github/workflows/upload-to-github-pages.yml
@@ -79,7 +79,7 @@ jobs:
79
80
81
0 commit comments