Skip to content

Commit

Permalink
Disable github action schedule until we resolve the failures
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Richard <[email protected]>
  • Loading branch information
drich10 committed Dec 16, 2024
1 parent 2eaef61 commit e5a7ad3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
push:
branches: [master]

schedule:
- cron: '0 0 * * *'
# disable the schedule until we fix the workflow.
# schedule:
# - cron: '0 0 * * *'

jobs:
terraform:
Expand Down

0 comments on commit e5a7ad3

Please sign in to comment.