Skip to content

Commit

Permalink
Autodeploy every 15 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
BriungRi committed Jun 25, 2024
1 parent f3b5d66 commit 4f0b9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devnet_autodeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: '*/5 * * * *' # Every 5 minutes
- cron: '*/15 * * * *' # Every 15 minutes

jobs:
devnet-autodeploy:
Expand Down

0 comments on commit 4f0b9c8

Please sign in to comment.