Skip to content

Commit

Permalink
enable main branch deploy check
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-funk committed Oct 29, 2024
1 parent 3d42c67 commit dab893a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sysdig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
TF_VAR_sysdig_api_token: ${{ secrets.TF_VAR_SYSDIG_API_TOKEN }}
AWS_NO_SIGN_REQUEST: 1
deploy:
### if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
needs: validate
environment: tools
name: Deploy Sysdig Terraform
Expand Down

0 comments on commit dab893a

Please sign in to comment.