Skip to content

Commit 08d214e

Browse files
authored
Update cron-deb-auth-service-api.yml
1 parent 8518aec commit 08d214e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cron-deb-auth-service-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Poll DeB-Auth-Service API For Every 2 Mins
1+
name: Poll DeB-Auth-Service API For Every 5 Mins
22

33
on:
44
schedule:
5-
- cron: '*/2 * * * *' # Runs every 5 minutes
5+
- cron: '*/5 * * * *' # Runs every 5 minutes
66
workflow_dispatch: # (optional) manual trigger from GitHub UI
77

88
jobs:

0 commit comments

Comments
 (0)