Skip to content

Commit

Permalink
Restore PR Triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieobject committed Mar 2, 2024
1 parent 0abf20f commit 4167f98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: iOS Integration Tests
on:
push:
# branches:
# - main
# pull_request:
branches:
- main
pull_request:

env:
GPR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion script/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ do
fi
done

if [ $retries -ge 5 ]; then
if [ $retries -ge 10 ]; then
echo "Maximum number of retries exceeded. Exiting with status code 1."
exit 1
fi

0 comments on commit 4167f98

Please sign in to comment.