Skip to content

Commit

Permalink
fix: uncommented the cron job schedule in the demos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vedpatwardhan authored Jan 26, 2024
1 parent 901be35 commit 358cdc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
push:
branches:
- 'main'
# schedule:
# - cron: '0 0 * * *'
schedule:
- cron: '0 0 * * *'

permissions:
actions: read
Expand Down

0 comments on commit 358cdc4

Please sign in to comment.