Skip to content

Commit

Permalink
Increase monitoring frequency to 10 minutes (#142)
Browse files Browse the repository at this point in the history
* Update continuous-monitoring.yml

* Update continuous-monitoring.yml
  • Loading branch information
willarmiros authored May 19, 2021
1 parent 623b1f5 commit f92e17f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-monitoring.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Continuous Monitoring of Dockerhub and public ECR
on:
workflow_dispatch:
schedule:
- cron: '0 */1 * * *'
- cron: '*/10 * * * *'

jobs:
monitor-ecr:
Expand Down

0 comments on commit f92e17f

Please sign in to comment.