Skip to content

Commit

Permalink
Run keep-alive after deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
joelverhagen committed May 25, 2024
1 parent 18711eb commit cd5dbc9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/keep-alive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ name: Keep alive
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
- cron: "0 1 * * *"
workflow_run:
workflows: [Deploy]
types: [completed]

env:
PRODUCTION_URL: https://nugettools.azurewebsites.net
Expand Down

0 comments on commit cd5dbc9

Please sign in to comment.