Skip to content

Commit

Permalink
Update test-rc job schedule to run only once at midnight (#1505)
Browse files Browse the repository at this point in the history
This is with an intent to save some costs and running once at midnight should be sufficient.
  • Loading branch information
pankajkoti authored Apr 10, 2024
1 parent 989a15c commit cdef29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-rc-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test providers RC releases

on: # yamllint disable-line rule:truthy
schedule:
- cron: "0 0,12 * * *"
- cron: "0 0 * * *"
workflow_dispatch:
inputs:
rc_testing_branch:
Expand Down

0 comments on commit cdef29f

Please sign in to comment.