Skip to content

Commit

Permalink
Fix CI/CD workflow syntax following github update
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp authored Nov 10, 2022
1 parent ccc6fb8 commit 4142b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'tests/**'
- '.github/workflows/ci-push.yml'
schedule:
- '0 5 * * 1'
- cron: '0 5 * * 1'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 4142b2a

Please sign in to comment.