Skip to content

Commit

Permalink
nightly github CI tests (#620)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #620

We technically don’t run any tests in external CI if we aren’t writing diffs. This will run the tests nightly. Will help catch when our external dependencies change and breaks out code.

Reviewed By: crasanders

Differential Revision: D69150756

fbshipit-source-id: 5b65d4ca0262a39f5d0e32a685e7a7bc19f858ef
  • Loading branch information
JasonKChow authored and facebook-github-bot committed Feb 5, 2025
1 parent 0c42f9a commit 8fc0d63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: "0 12 * * *" # every day at 4AM west coast time

jobs:
lint:
Expand Down

0 comments on commit 8fc0d63

Please sign in to comment.