diff --git a/.github/workflows/itself.yml b/.github/workflows/itself.yml index 29adc79d..19a5b944 100644 --- a/.github/workflows/itself.yml +++ b/.github/workflows/itself.yml @@ -152,3 +152,23 @@ jobs: "jobName": "dependabot" } ] + with_matrix: + strategy: + fail-fast: false + matrix: + os: + - ubuntu-latest + - macos-14 + runs-on: ${{ matrix.os }} + if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }} + timeout-minutes: 10 + steps: + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + - uses: ./ + env: + ACTIONS_STEP_DEBUG: true + with: + retry-method: 'equal_intervals' + min-interval-seconds: 10 + attempt-limits: 10 + skip-same-workflow: 'true'