Skip to content

Commit

Permalink
Add CI schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Mar 12, 2024
1 parent a8202e9 commit 76daad7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: "*"
pull_request:
branches: "*"
schedule:
- cron: '0 0 * * *'

jobs:
qa:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: "*"
pull_request:
branches: "*"
schedule:
- cron: '0 0 * * *'

jobs:
specs:
Expand Down

0 comments on commit 76daad7

Please sign in to comment.