Skip to content

Commit

Permalink
Update deploy-to-gcp.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
samurato authored Oct 6, 2024
1 parent 129dbba commit 20d9e79
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-to-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Deploy Xplorers API to GCP
on:
push:
pull_request:
types:
- ready_for_review
permissions:
id-token: write
contents: write
Expand Down Expand Up @@ -56,7 +58,3 @@ jobs:
repo: context.repo.repo,
body: output
})
- name: Terraform Apply
if: github.ref == 'refs/heads/"main"' && github.event_name == 'push'
run: task terraform-apply

0 comments on commit 20d9e79

Please sign in to comment.