Skip to content

Commit

Permalink
Update .github/workflows/periodic_pagebench.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Bayandin <alexander@neon.tech>
  • Loading branch information
Bodobolero and bayandin committed Jul 5, 2024
1 parent 41d1cb9 commit 22c8d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/periodic_pagebench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
elif [[ "$status" == "too_many_runs" ]]; then
echo "Too many runs already running"
echo "too_many_runs=true" >> "$GITHUB_OUTPUT"
exit 1
exit 1
fi
sleep 60 # Poll every 60 seconds
Expand Down

0 comments on commit 22c8d85

Please sign in to comment.