Skip to content

Commit

Permalink
Run feature flags build and deployment once a day (#451)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Smith <samsmithnz@gmail.com>
  • Loading branch information
github-actions[bot] and samsmithnz committed Nov 25, 2021
1 parent 0ada472 commit 73f8de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aspnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Feature Flags CI/CD"
on:
push:
schedule:
- cron: '0 0/2 * * *'
- cron: '0 5 * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit 73f8de1

Please sign in to comment.