Skip to content

Commit

Permalink
Schedule test-application workflow to run each night (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasnatter authored Jan 26, 2021
1 parent 0b1661f commit 594963d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches:
- '[0-9]+.x'
- '[0-9]+.[0-9]+'
schedule:
- cron: "0 0 * * *"

jobs:
test:
Expand Down

0 comments on commit 594963d

Please sign in to comment.