Skip to content

Commit

Permalink
Cron job timing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Mar 14, 2024
1 parent 9912f37 commit 809804a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

on:
schedule:
- cron: '30 1 * * *'
- cron: '30 21 * * *'
workflow_dispatch:
inputs:
tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

on:
schedule:
- cron: '30 2 * * *'
- cron: '0 21 * * *'
workflow_dispatch:
inputs:
tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

on:
schedule:
- cron: '30 3 * * *'
- cron: '0 22 * * *'
workflow_dispatch:
inputs:
tags:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

on:
schedule:
- cron: '30 4 * * *'
- cron: '30 22 * * *'
workflow_dispatch:
inputs:
tags:
Expand Down

0 comments on commit 809804a

Please sign in to comment.