Skip to content

Commit

Permalink
Run tests on all commits to main (openai#1441)
Browse files Browse the repository at this point in the history
Because people contribute to the repo via forks, we can't run tests
depending on secrets in PRs. This change updates our action so the tests
depending on secrets run on merge (giving us signal on if we need to
revert the PR or not)
  • Loading branch information
etr2460 committed Dec 20, 2023
1 parent 070c761 commit f4dc762
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
check_files:
Expand Down

0 comments on commit f4dc762

Please sign in to comment.