Skip to content

Commit

Permalink
fix: actions: added cron
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsubhranil committed Feb 9, 2022
1 parent a825440 commit ffe2d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Ubuntu Build
on:
push:
schedule:
- cron '30 0 * * 0'
- cron: '30 0 * * 0'


jobs:
Expand Down

0 comments on commit ffe2d3d

Please sign in to comment.