Skip to content

Commit 7f85053

Browse files
cron tab adjusted
1 parent 1d577ef commit 7f85053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_app_installation_details.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
type: string
99
default: 'devwithkrishna'
1010
schedule:
11-
- cron: '0 0 * * *' # Everyday # '0 0 1 * *' # Monthly once 12:00 AM
11+
- cron: '*/5 * * * *' # Every 5mins # '0 0 1 * *' # Monthly once 12:00 AM
1212

1313
jobs:
1414
github-app-installation-details:

0 commit comments

Comments
 (0)