Skip to content

Commit

Permalink
Add a weekly test run for the e2e tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Oct 2, 2021
1 parent f22b1ea commit 40f6a51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
pull_request:
branches:
- '**'
# Once weekly on Wednesdays at 06:00 UTC.
schedule:
- cron: '0 6 * * 3'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 40f6a51

Please sign in to comment.