Skip to content

Commit

Permalink
Perform Action once a week
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinandmanwate authored Aug 14, 2023
1 parent b283721 commit 7922345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: ["main"]
schedule:
- cron: "25 13 * * *" # Daily at 3:00 PM UTC
- cron: "25 13 * * 1" # Daily at 3:00 PM UTC

jobs:
docker-login:
Expand Down

0 comments on commit 7922345

Please sign in to comment.