debug wip: testing running sub-command with retry

This commit is contained in:
Allan Jeremy 2022-08-23 14:42:32 +03:00
parent 2afb09483e
commit d7293a7924

View file

@ -65,6 +65,13 @@ jobs:
- name: Push benchmark results
if: github.event_name == 'push'
uses: nick-fields/retry@v2.7.0
with:
max_attempts: 5
retry_on: error
retry_wait_seconds: 60
timeout_minutes: 5
command:
uses: ./.github/workflows/push-results
with:
repository: ${{ matrix.benchResultsRepo.name }}