Skip to content

Commit

Permalink
Reduce CI waiting time again
Browse files Browse the repository at this point in the history
This commit basically reverts aeeb604
  • Loading branch information
kachick committed Aug 28, 2023
1 parent b9f2eee commit 5bc81da
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/itself.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./
continue-on-error: true
with:
retry-method: 'equal_intervals'
min-interval-seconds: 10
attempt-limits: 60
default:
needs: [equal_intervals]
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: ./

0 comments on commit 5bc81da

Please sign in to comment.