Skip to content

Commit

Permalink
Revert "add sleep between close and reopen (aws#5320)"
Browse files Browse the repository at this point in the history
This reverts commit 5be690c.
  • Loading branch information
hawflau committed Jun 13, 2023
1 parent 4061d6e commit e61ca36
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/automated-updates-to-sam-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
git push --force origin update_app_templates_hash
gh pr list --repo aws/aws-sam-cli --head update_app_templates_hash --json id --jq length | grep 1 && \
gh pr close update_app_templates_hash --repo aws/aws-sam-cli && \
sleep 2 && \
gh pr reopen update_app_templates_hash --repo aws/aws-sam-cli && \
exit 0 # if there is exisitng pr, close/reopen to re-run checks, then exit
gh pr create --base develop --head update_app_templates_hash --title "feat: update SAM CLI with latest App Templates commit hash" --body "This PR & commit is automatically created from App Templates repo to update the SAM CLI with latest hash of the App Templates." --label "pr/internal"
Expand Down Expand Up @@ -111,7 +110,6 @@ jobs:
git push --force origin update_sam_transform_version
gh pr list --repo aws/aws-sam-cli --head update_sam_transform_version --json id --jq length | grep 1 && \
gh pr close update_sam_transform_version --repo aws/aws-sam-cli && \
sleep 2 && \
gh pr reopen update_sam_transform_version --repo aws/aws-sam-cli && \
exit 0 # if there is exisitng pr, close/reopen to re-run checks, then exit
gh pr create --base develop --head update_sam_transform_version --fill --label "pr/internal"
Expand Down Expand Up @@ -171,7 +169,6 @@ jobs:
git push --force origin update_lambda_builders_version
gh pr list --repo aws/aws-sam-cli --head update_lambda_builders_version --json id --jq length | grep 1 && \
gh pr close update_lambda_builders_version --repo aws/aws-sam-cli && \
sleep 2 && \
gh pr reopen update_lambda_builders_version --repo aws/aws-sam-cli && \
exit 0 # if there is exisitng pr, close/reopen to re-run checks, then exit
gh pr create --base develop --head update_lambda_builders_version --fill --label "pr/internal"

0 comments on commit e61ca36

Please sign in to comment.