Skip to content

Commit

Permalink
Merge pull request #1178 from pulsar-edit/CI-retry-on-timeout-when-bu…
Browse files Browse the repository at this point in the history
…ilding-macOS-bins

CI: Retry on timeout when building macOS bins
  • Loading branch information
DeeDeeG authored Jan 15, 2025
2 parents d90260e + aadf72b commit b7b82ba
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,18 +142,16 @@ jobs:
TEAM_ID: ${{ secrets.TEAM_ID }}
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e
with:
timeout_minutes: 45
max_attempts: 3
retry_on: error
timeout_minutes: 31
max_attempts: 7
command: yarn dist

- name: Build Pulsar Binaries (macOS) (Unsigned)
if: ${{ runner.os == 'macOS' && github.event_name != 'push' }}
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e
with:
timeout_minutes: 45
max_attempts: 3
retry_on: error
timeout_minutes: 31
max_attempts: 7
command: yarn dist

- name: Build Pulsar Binaries
Expand Down

0 comments on commit b7b82ba

Please sign in to comment.