Skip to content

Commit

Permalink
Rebase generated branch before pushing in generate_baseline_profile.y…
Browse files Browse the repository at this point in the history
…ml (#1375)
  • Loading branch information
priettt authored Sep 17, 2024
1 parent 7252e1c commit 19fa65e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate_baseline_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
git checkout -b $branch
if [[ `git status --porcelain` ]]; then
git pull origin main --rebase
git add embrace-android-sdk/src/main/baseline-prof.txt
git commit -m "Generate baseline profiles"
git push origin $branch
Expand Down

0 comments on commit 19fa65e

Please sign in to comment.