Skip to content

Commit

Permalink
Add scheduled Build & Test actions (#86)
Browse files Browse the repository at this point in the history
* Add scheduled Build & Test actions

* test removing checkout ref
  • Loading branch information
kubikowski authored Dec 13, 2022
1 parent 70341e1 commit d0a5ba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scale-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- 'main'
schedule:
- cron: '0 0 * * 0'

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build & Test

on:
push:
schedule:
- cron: '0 0 * * 0'

jobs:
test:
Expand Down

0 comments on commit d0a5ba5

Please sign in to comment.