Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairya-quash authored Nov 18, 2024
1 parent 940759d commit 63325e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ jobs:
--region=$REGION \
--format="value(METADATA.name)" \
--sort-by=~CREATED_AT \
| tail -n +4\ # Exclude the latest 3 revisions
| tail -n +4 \
| xargs -I {} gcloud run revisions delete {} \
--region=$REGION --quiet

0 comments on commit 63325e8

Please sign in to comment.