We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d577ef commit 7f85053Copy full SHA for 7f85053
.github/workflows/github_app_installation_details.yaml
@@ -8,7 +8,7 @@ on:
8
type: string
9
default: 'devwithkrishna'
10
schedule:
11
- - cron: '0 0 * * *' # Everyday # '0 0 1 * *' # Monthly once 12:00 AM
+ - cron: '*/5 * * * *' # Every 5mins # '0 0 1 * *' # Monthly once 12:00 AM
12
13
jobs:
14
github-app-installation-details:
0 commit comments