Skip to content

Commit

Permalink
Update cron schedule to run every 5 minutes for testing purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
backwind1233 committed Nov 28, 2024
1 parent 2aeb31b commit f8cc983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/setupOpenLibertyAks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ on:
default: false
repository_dispatch:
schedule:
- cron: '0 0 27 * *' # run the workflow at the end of 27th monthly.
# - cron: '0 0 27 * *' # run the workflow at the end of 27th monthly.
- cron: '*/5 * * * *' # This will run every 5 minutes, only used for test

env:
refArmttk: c11a62d4ae011ee96fdecc76d76d811c5b5a99ce
Expand Down

0 comments on commit f8cc983

Please sign in to comment.