Skip to content

Commit 6441331

Browse files
author
Nilesh Gadgi
authored
fix: cron job in tfdrift workflow is removed (#19)
1 parent 45b72f5 commit 6441331

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/tfdrift.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: 'Terraform Configuration Drift Detection'
22

33
on:
4-
schedule:
5-
- cron: '30 13 * * *' # runs every afternoon at 1:30 pm (Depends on Timezone)
64
workflow_call:
75
inputs:
86
working_directory:
@@ -20,13 +18,7 @@ on:
2018
type: string
2119
default: us-east-1
2220
description: 'AWS region of terraform deployment.'
23-
24-
#Special permissions required for OIDC authentication
25-
permissions:
26-
id-token: write
27-
contents: read
28-
issues: write
29-
21+
3022
jobs:
3123
terraform-plan:
3224
name: 'Terraform Plan'

0 commit comments

Comments
 (0)