Skip to content

Commit

Permalink
Disabled 'Sonar POC Terraform Cloud' action
Browse files Browse the repository at this point in the history
  • Loading branch information
linda.nasredin committed Jul 29, 2024
1 parent 549f28d commit 442fd7c
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/sonar_poc_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ name: 'Sonar POC Terraform Cloud'
#### This action is disabled ####

on:
workflow_dispatch: false
schedule:
- cron: '0 1 * * *'
pull_request:
types:
- 'opened'
- 'reopened'
branches:
- 'master'
workflow_call:
# workflow_dispatch: {}
# schedule:
# - cron: '0 1 * * *'
# pull_request:
# types:
# - 'opened'
# - 'reopened'
# branches:
# - 'master'

env:
TF_CLI_ARGS: "-no-color"
Expand Down

0 comments on commit 442fd7c

Please sign in to comment.