Skip to content

Commit

Permalink
enable running end-to-end tests on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Dec 10, 2022
1 parent a909586 commit 7076c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Expand Up @@ -3,6 +3,7 @@ name: End-to-end install tests
on:
schedule:
- cron: '0 */6 * * *'
workflow_dispatch:

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down

0 comments on commit 7076c56

Please sign in to comment.